packages feed

hdaemonize 0.5.0.1 → 0.5.0.2

raw patch · 1 files changed

+7/−2 lines, 1 filesdep ~hsyslogPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: hsyslog

API changes (from Hackage documentation)

- System.Posix.Daemonize: group :: CreateDaemon a -> Maybe String
- System.Posix.Daemonize: killWait :: CreateDaemon a -> Maybe Int
- System.Posix.Daemonize: name :: CreateDaemon a -> Maybe String
- System.Posix.Daemonize: pidfileDirectory :: CreateDaemon a -> Maybe FilePath
- System.Posix.Daemonize: privilegedAction :: CreateDaemon a -> IO a
- System.Posix.Daemonize: program :: CreateDaemon a -> a -> IO ()
- System.Posix.Daemonize: syslogOptions :: CreateDaemon a -> [Option]
- System.Posix.Daemonize: user :: CreateDaemon a -> Maybe String
+ System.Posix.Daemonize: [group] :: CreateDaemon a -> Maybe String
+ System.Posix.Daemonize: [killWait] :: CreateDaemon a -> Maybe Int
+ System.Posix.Daemonize: [name] :: CreateDaemon a -> Maybe String
+ System.Posix.Daemonize: [pidfileDirectory] :: CreateDaemon a -> Maybe FilePath
+ System.Posix.Daemonize: [privilegedAction] :: CreateDaemon a -> IO a
+ System.Posix.Daemonize: [program] :: CreateDaemon a -> a -> IO ()
+ System.Posix.Daemonize: [syslogOptions] :: CreateDaemon a -> [Option]
+ System.Posix.Daemonize: [user] :: CreateDaemon a -> Maybe String

Files

hdaemonize.cabal view
@@ -1,5 +1,5 @@ Name:		hdaemonize-Version:	0.5.0.1+Version:	0.5.0.2 Cabal-Version:  >= 1.6 License:	BSD3 License-file:   LICENSE@@ -17,7 +17,12 @@ Extra-Source-Files:	README  Library-  Build-Depends:	base >= 4 && < 5, unix, hsyslog, extensible-exceptions, filepath, mtl+  Build-Depends:    base >= 4 && < 5+                  , unix+                  , hsyslog < 3+                  , extensible-exceptions+                  , filepath+                  , mtl   Exposed-modules:      System.Posix.Daemonize   Extensions:           CPP   if impl(ghc > 6.12)