packages feed

ngx-export-log-1.6: ngx-export-log.cabal

name:                  ngx-export-log
version:               1.6
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 <https://github.com/lyokha/nginx-log-plugin>. 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-doc-files:       Changelog.md
author:                Alexey Radkov <alexey.radkov@gmail.com>
maintainer:            Alexey Radkov <alexey.radkov@gmail.com>
stability:             stable
copyright:             2022-2026 Alexey Radkov
category:              Network
build-type:            Simple
cabal-version:         1.20

source-repository head
  type:                git
  location:            https://github.com/lyokha/nginx-log-plugin.git

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