name: ngx-export-distribution version: 0.5.1.2 synopsis: Build custom libraries for Nginx haskell module description: Build custom libraries for . homepage: https://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: 2021-2023 Alexey Radkov category: Network build-type: Simple cabal-version: 1.20 library default-language: Haskell2010 build-depends: base >= 4.8 && < 5 , Cabal >= 3.0.0.0 , directory , filepath exposed-modules: NgxExport.Distribution ghc-options: -Wall executable nhm-tool default-language: Haskell2010 build-depends: base >= 4.8 && < 5 , Cabal >= 3.0.0.0 , directory , filepath , text , containers , ansi-terminal , cabal-plan , parsec main-is: nhm-tool.hs ghc-options: -Wall