hdaemonize 0.5.1 → 0.5.2
raw patch · 3 files changed
+5/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README +3/−0
- System/Posix/Daemonize.hs +1/−1
- hdaemonize.cabal +1/−1
README view
@@ -67,6 +67,9 @@ Changelog --------- +* 0.5.2+ * Fix pre-AMP builds.+ * 0.5.1 * Updated to use hsyslog >=4
System/Posix/Daemonize.hs view
@@ -60,7 +60,7 @@ #endif #if !(MIN_VERSION_base(4,8,0))-import Control.Applicative ((<$))+import Control.Applicative ((<$), (<$>)) #endif import Data.ByteString (ByteString)
hdaemonize.cabal view
@@ -1,5 +1,5 @@ Name: hdaemonize-Version: 0.5.1+Version: 0.5.2 Cabal-Version: >= 1.6 License: BSD3 License-file: LICENSE