packages feed

hdaemonize 0.4.4.1 → 0.4.5.0

raw patch · 2 files changed

+8/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

System/Posix/Daemonize.hs view
@@ -48,7 +48,13 @@ import Control.Monad.Trans import Control.Exception.Extensible import qualified Control.Monad as M (forever)++#if MIN_VERSION_base(4,6,0)+import Prelude+#else import Prelude hiding (catch)+#endif+ import System.Environment import System.Exit import System.Posix
hdaemonize.cabal view
@@ -1,5 +1,5 @@ Name:		hdaemonize-Version:	0.4.4.1+Version:	0.4.5.0 Cabal-Version:  >= 1.6 License:	BSD3 License-file:   LICENSE@@ -19,6 +19,7 @@ Library   Build-Depends:	base >= 4 && < 5, unix, hsyslog, extensible-exceptions, filepath, mtl   Exposed-modules:      System.Posix.Daemonize+  Extensions:           CPP   if impl(ghc > 6.12)       Ghc-Options:      -Wall -fno-warn-unused-do-bind -fno-warn-type-defaults -fno-warn-name-shadowing   else