packages feed

hdaemonize 0.4.4 → 0.4.4.1

raw patch · 2 files changed

+4/−3 lines, 2 filesdep −haskell98PVP ok

version bump matches the API change (PVP)

Dependencies removed: haskell98

API changes (from Hackage documentation)

Files

System/Posix/Daemonize.hs view
@@ -49,7 +49,8 @@ import Control.Exception.Extensible import qualified Control.Monad as M (forever) import Prelude hiding (catch)-import System+import System.Environment+import System.Exit import System.Posix import System.Posix.Syslog (withSyslog,Option(..),Priority(..),Facility(..),syslog) import System.FilePath.Posix (joinPath)
hdaemonize.cabal view
@@ -1,5 +1,5 @@ Name:		hdaemonize-Version:	0.4.4+Version:	0.4.4.1 Cabal-Version:  >= 1.6 License:	BSD3 License-file:   LICENSE@@ -17,7 +17,7 @@ Extra-Source-Files:	README  Library-  Build-Depends:	base >= 4 && < 5, unix, haskell98, hsyslog, extensible-exceptions, filepath, mtl+  Build-Depends:	base >= 4 && < 5, unix, hsyslog, extensible-exceptions, filepath, mtl   Exposed-modules:      System.Posix.Daemonize   if impl(ghc > 6.12)       Ghc-Options:      -Wall -fno-warn-unused-do-bind -fno-warn-type-defaults -fno-warn-name-shadowing