diff --git a/vcsgui.cabal b/vcsgui.cabal
--- a/vcsgui.cabal
+++ b/vcsgui.cabal
@@ -1,5 +1,5 @@
 name: vcsgui
-version: 0.1.1.0
+version: 0.1.2.0
 cabal-version: >= 1.8
 build-type: Simple
 license: GPL
@@ -35,8 +35,8 @@
 
 library
     build-depends:
-               filepath >=1.2.0.0 && < 1.4,
-               base >=4.0.0.0 && <4.8,
+               filepath >=1.2.0.0 && < 1.5,
+               base >=4.0.0.0 && <4.9,
                directory >=1.1.0.0 && <1.3,
                mtl >=2.0.1.0 && <2.3,
                vcswrapper >=0.1.1 && <0.2,
@@ -66,8 +66,8 @@
 executable vcsgui
     main-is: Main.hs
     build-depends:
-               filepath >=1.2.0.0 && < 1.4,
-               base >=4.0.0.0 && <4.8,
+               filepath >=1.2.0.0 && < 1.5,
+               base >=4.0.0.0 && <4.9,
                directory >=1.1.0.0 && <1.3,
                mtl >=2.0.1.0 && <2.3,
                vcswrapper >=0.1.1 && <0.2,
@@ -96,8 +96,8 @@
 executable vcsgui-askpass
     main-is: Main.hs
     build-depends:
-               filepath >=1.2.0.0 && < 1.4,
-               base >=4.0.0.0 && <4.8,
+               filepath >=1.2.0.0 && < 1.5,
+               base >=4.0.0.0 && <4.9,
                directory >=1.1.0.0 && <1.3,
                mtl >=2.0.1.0 && <2.3,
                vcswrapper >=0.1.1 && <0.2,
