name: ngx-export version: 0.8.0.1 synopsis: Helper module for Nginx haskell module description: Helper module for homepage: http://github.com/lyokha/nginx-haskell-module license: BSD3 license-file: LICENSE extra-source-files: Changelog.md author: Alexey Radkov maintainer: Alexey Radkov stability: experimental copyright: 2016-2017 Alexey Radkov category: Network build-type: Simple cabal-version: >= 1.8 library build-depends: base >= 4.8 && < 5 , template-haskell >= 2.11.0.0 , bytestring >= 0.10.0.0 , monad-loops >= 0.4.2 , binary >= 0.8.1.0 , async >= 2.0 , unix exposed-modules: NgxExport other-modules: Paths_ngx_export ghc-options: -Wall -Wno-unrecognised-pragmas if impl(ghc < 8.2) ghc-options: -Wno-incomplete-patterns