diff --git a/ghc-pkg-autofix.cabal b/ghc-pkg-autofix.cabal
--- a/ghc-pkg-autofix.cabal
+++ b/ghc-pkg-autofix.cabal
@@ -7,7 +7,7 @@
 -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.1.1
+Version:             0.1.2
 
 -- A short (one-line) description of the package.
 Synopsis:            Simple utility to fix BROKEN package dependencies.
@@ -49,7 +49,7 @@
   Main-is: Main.hs            
   
   -- Packages needed in order to build this package.
-  Build-depends: base >= 3 && < 4, parsec >= 2 && < 4, split >= 0.1 && < 0.2,
+  Build-depends: base >= 4 && < 5, parsec >= 3 && < 4, split >= 0.1 && < 0.2,
                  filepath  >= 1 && < 2, process >= 1.0 && < 1.1,
                  Cabal >= 1.8 && <2
   
