name: ngx-export-log version: 1.5.2 synopsis: Native Nginx logging from configuration files and Haskell handlers description: Native Nginx logging from configuration files and Haskell handlers. . This is a part of . Custom libraries are required to be linked against C module /ngx_log_plugin/. homepage: http://github.com/lyokha/nginx-log-plugin license: BSD3 license-file: LICENSE extra-source-files: Changelog.md author: Alexey Radkov maintainer: Alexey Radkov stability: stable copyright: 2022 Alexey Radkov category: Network build-type: Simple cabal-version: 1.20 library default-language: Haskell2010 build-depends: base >= 4.8 && < 5 , template-haskell >= 2.11.0 , ngx-export >= 1.7.1 , ngx-export-tools >= 0.4.9.0 , bytestring exposed-modules: NgxExport.Log other-modules: NgxExport.Log.Base , NgxExport.Log.CLog , NgxExport.Log.Gen ghc-options: -Wall