diff --git a/README b/README
--- a/README
+++ b/README
@@ -67,6 +67,9 @@
 Changelog
 ---------
 
+* 0.5.2
+    * Fix pre-AMP builds.
+
 * 0.5.1
     * Updated to use hsyslog >=4
 
diff --git a/System/Posix/Daemonize.hs b/System/Posix/Daemonize.hs
--- a/System/Posix/Daemonize.hs
+++ b/System/Posix/Daemonize.hs
@@ -60,7 +60,7 @@
 #endif
 
 #if !(MIN_VERSION_base(4,8,0))
-import Control.Applicative ((<$))
+import Control.Applicative ((<$), (<$>))
 #endif
 
 import Data.ByteString (ByteString)
diff --git a/hdaemonize.cabal b/hdaemonize.cabal
--- a/hdaemonize.cabal
+++ b/hdaemonize.cabal
@@ -1,5 +1,5 @@
 Name:		hdaemonize
-Version:	0.5.1
+Version:	0.5.2
 Cabal-Version:  >= 1.6
 License:	BSD3
 License-file:   LICENSE
