-
Notifications
You must be signed in to change notification settings - Fork 0
/
ngx-export-log.cabal
38 lines (33 loc) · 1.39 KB
/
ngx-export-log.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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 <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 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