systemd-socket-activation 1.1.0.1 → 1.1.0.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~textPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base, text
API changes (from Hackage documentation)
- SocketActivation: data Socket
+ SocketActivation: data () => Socket
Files
systemd-socket-activation.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: systemd-socket-activation-version: 1.1.0.1+version: 1.1.0.2 category: System, Network synopsis: Let systemd bind the server's socket for you @@ -49,10 +49,10 @@ SocketActivation.Parsing build-depends:- , base ^>= 4.16 || ^>= 4.17+ , base ^>= 4.18 || ^>= 4.19 , containers ^>= 0.6.4 , quaalude ^>= 0.0.0 , network ^>= 3.1.2- , text ^>= 1.2.4 || ^>= 2.0+ , text ^>= 2.0 || ^>= 2.1 , transformers ^>= 0.5.6 || ^>= 0.6- , unix ^>= 2.7.2+ , unix ^>= 2.7.2 || ^>= 2.8