diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.3.2.4
+
+* Allow time 1.8
+* Allow process 1.6
+
 ## 0.3.2.3
 
 * Allow path-io 1.3
diff --git a/hapistrano.cabal b/hapistrano.cabal
--- a/hapistrano.cabal
+++ b/hapistrano.cabal
@@ -1,5 +1,5 @@
 name:                hapistrano
-version:             0.3.2.3
+version:             0.3.2.4
 synopsis:            A deployment library for Haskell applications
 description:
   .
@@ -47,8 +47,8 @@
                      , filepath           >= 1.2 && < 1.5
                      , mtl                >= 2.0 && < 3.0
                      , path               >= 0.5 && < 0.7
-                     , process            >= 1.4 && < 1.5
-                     , time               >= 1.5 && < 1.8
+                     , process            >= 1.4 && < 1.7
+                     , time               >= 1.5 && < 1.9
                      , transformers       >= 0.4 && < 0.6
   if flag(dev)
     ghc-options:       -Wall -Werror
@@ -60,6 +60,7 @@
   hs-source-dirs:      app
   main-is:             Main.hs
   other-modules:       Config
+                     , Paths_hapistrano
   build-depends:       aeson              >= 0.11 && < 1.3
                      , async              >= 2.0.1.6 && < 2.2
                      , base               >= 4.6 && < 5.0
@@ -88,7 +89,7 @@
                      , mtl                >= 2.0 && < 3.0
                      , path               >= 0.5 && < 0.7
                      , path-io            >= 1.2 && < 1.4
-                     , process            >= 1.4 && < 1.5
+                     , process            >= 1.4 && < 1.7
                      , temporary          >= 1.1 && < 1.3
   if flag(dev)
     ghc-options:       -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
