packages feed

warp-systemd-0.2.0.0: warp-systemd.cabal

name:                warp-systemd
version: 0.2.0.0
synopsis:            Socket activation and other systemd integration for the Warp web server (WAI)
homepage:            https://github.com/hercules-ci/warp-systemd
license:             BSD3
license-file:        LICENSE
author:              Robert Hensing
maintainer:          hackage@roberthensing.nl
copyright:           Robert Hensing
category:            Web
build-type:          Simple
extra-source-files:  CHANGELOG.md
cabal-version:       >=1.10

library
  exposed-modules:     Network.Wai.Handler.Warp.Systemd
  build-depends:       base >=4.9 && < 4.15
                     , network >= 3.1 && < 3.2
                     , systemd == 2.*
                     , unix
                     , wai == 3.2.*
                     , warp >= 3.2.0 && < 3.4
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall