diff --git a/indents.cabal b/indents.cabal
--- a/indents.cabal
+++ b/indents.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.3.1
+Version:             0.3.2
 
 -- A short (one-line) description of the package.
 Synopsis:            indentation sensitive parser-combinators for parsec
@@ -51,7 +51,7 @@
   Exposed-modules:     Text.Parsec.Indent
   
   -- Packages needed in order to build this package.
-  Build-depends: parsec >= 3 && < 4, concatenative < 2, mtl < 3 , base < 4.4
+  Build-depends: parsec >= 3 && < 4, concatenative < 2, mtl < 3 , base < 5
   
   -- Modules not exported by this package.
   -- Other-modules:       
