Cabal revisions of ngx-export-healthcheck-1.5
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: ngx-export-healthcheck-version: 1.5-synopsis: Active health checks and monitor of Nginx upstreams-description: Active health checks and monitor of Nginx upstreams.- .- This is a part of <https://github.com/lyokha/nginx-healthcheck-plugin>.- Custom libraries are required to be linked against C module- /ngx_healthcheck_plugin/.-homepage: http://github.com/lyokha/nginx-healthcheck-plugin-license: BSD3-license-file: LICENSE-extra-source-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--flag SnapStatsServer- description: Build Snap server to collect stats.--library- default-language: Haskell2010- build-depends: base >=4.8 && <5- , ngx-export >= 1.7.1- , http-client- , http-client-brread-timeout- , http-types- , containers- , async- , bytestring- , vector- , text- , aeson >= 1.0.0.0- , time- , safe-- if flag(SnapStatsServer)- build-depends: snap-core- , snap-server- , enclosed-exceptions- cpp-options: -DSNAP_STATS_SERVER--- exposed-modules: NgxExport.Healthcheck- other-modules: NgxExport.Healthcheck.Types-- ghc-options: -Wall-+name: ngx-export-healthcheck +version: 1.5 +x-revision: 1 +synopsis: Active health checks and monitoring of Nginx upstreams +description: Active health checks and monitoring of Nginx upstreams. + . + This is a part of <https://github.com/lyokha/nginx-healthcheck-plugin>. + Custom libraries are required to be linked against C module + /ngx_healthcheck_plugin/. +homepage: http://github.com/lyokha/nginx-healthcheck-plugin +license: BSD3 +license-file: LICENSE +extra-source-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 + +flag SnapStatsServer + description: Build Snap server to collect stats. + +library + default-language: Haskell2010 + build-depends: base >=4.8 && <5 + , ngx-export >= 1.7.1 + , http-client + , http-client-brread-timeout + , http-types + , containers + , async + , bytestring + , vector + , text + , aeson >= 1.0.0.0 + , time + , safe + + if flag(SnapStatsServer) + build-depends: snap-core + , snap-server + , enclosed-exceptions + cpp-options: -DSNAP_STATS_SERVER + + + exposed-modules: NgxExport.Healthcheck + other-modules: NgxExport.Healthcheck.Types + + ghc-options: -Wall +