diff --git a/vcswrapper.cabal b/vcswrapper.cabal
--- a/vcswrapper.cabal
+++ b/vcswrapper.cabal
@@ -1,5 +1,5 @@
 name: vcswrapper
-version: 0.1.2
+version: 0.1.3
 cabal-version: >= 1.8
 build-type: Simple
 license: GPL
@@ -20,13 +20,13 @@
 
 library
     build-depends:
-               base >=4.0.0.0 && <4.9,
+               base >=4.0.0.0 && <4.10,
                containers >=0.5.5.1 && <0.6,
                directory >=1.1.0.0 && <1.3,
                hxt >=9.1.2 && <9.4,
                mtl >=2.0.1.0 && <2.3,
                parsec >=3.1.1 && <3.2,
-               process >=1.0.1.5 && <1.3,
+               process >=1.0.1.5 && <1.5,
                filepath >=1.2.0.0 && < 1.5,
                split >=0.2.2 && <0.3,
                text >=0.11.1.5 && <1.3
@@ -44,13 +44,13 @@
 executable vcswrapper
     main-is: Main.hs
     build-depends:
-               base >=4.0.0.0 && <4.9,
+               base >=4.0.0.0 && <4.10,
                containers >=0.5.5.1 && <0.6,
                directory >=1.1.0.0 && <1.3,
                hxt >=9.1.2 && <9.4,
                mtl >=2.0.1.0 && <2.3,
                parsec >=3.1.1 && <3.2,
-               process >=1.0.1.5 && <1.3,
+               process >=1.0.1.5 && <1.5,
                filepath >=1.2.0.0 && < 1.5,
                split >=0.2.2 && <0.3,
                text >=0.11.1.5 && <1.3
