packages feed

systemd-socket-activation 1 → 1.0.0.1

raw patch · 1 files changed

+13/−3 lines, 1 filesdep ~basedep ~transformers

Dependency ranges changed: base, transformers

Files

systemd-socket-activation.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0  name: systemd-socket-activation-version: 1+version: 1.0.0.1 category: System, Network synopsis: Let systemd bind the server's socket for you @@ -21,8 +21,18 @@ license: MIT license-file: license.txt +author:     Chris Martin+maintainer: Chris Martin, Julie Moronuki++homepage:    https://github.com/typeclasses/systemd-socket-activation+bug-reports: https://github.com/typeclasses/systemd-socket-activation/issues+ build-type: Simple +source-repository head+  type: git+  location: https://github.com/typeclasses/systemd-socket-activation+ library     default-language: Haskell2010     ghc-options: -Wall@@ -46,9 +56,9 @@         SocketActivation.Parsing      build-depends:-        base         ^>= 4.14 || ^>= 4.15+        base         ^>= 4.14 || ^>= 4.15 || ^>= 4.16       , containers   ^>= 0.6       , network      ^>= 3.1       , text         ^>= 1.2.3-      , transformers ^>= 0.5.6+      , transformers ^>= 0.5.6 || ^>= 0.6       , unix         ^>= 2.7.2