packages feed

graceful 0.1.1.4 → 0.1.1.5

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basedep ~networkPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, network

API changes (from Hackage documentation)

Files

graceful.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                graceful-version:             0.1.1.4+version:             0.1.1.5 synopsis:            Library to write graceful shutdown / upgrade service. description:         Library to write graceful shutdown / upgrade service. license:             BSD3@@ -31,8 +31,8 @@   other-modules:       System.Posix.Graceful.Handler                        System.Posix.Graceful.Worker                        Network.Socket.Wrapper-  build-depends:       base >=4.5 && <4.8-                     , network >=2.3 && <2.6+  build-depends:       base >=4.5 && <4.9+                     , network >=2.3 && <2.7                      , unix >=2.5 && <2.8                      , stm >=2.3 && <2.5                      , directory >=1.1 && <1.3