diff --git a/hspec-setup.cabal b/hspec-setup.cabal
--- a/hspec-setup.cabal
+++ b/hspec-setup.cabal
@@ -1,5 +1,5 @@
 name:                hspec-setup
-version:             0.1.1.0
+version:             0.1.1.1
 synopsis:            Add an hspec test-suite in one command
 description: @hspec-setup@ is a command-line tool for adding an hspec
              test-suite with minimal work. See the
@@ -23,10 +23,10 @@
 
 executable hspec-setup
   main-is:             Main.hs
-  build-depends:       base >=4.8 && <4.9
+  build-depends:       base >=4 && <5
                      , directory
                      , filepath
-                     , process >= 1.2.3.0
+                     , process >= 1.2
                      , projectroot >= 0.2
   hs-source-dirs:      src
   default-language:    Haskell2010
