diff --git a/hsini.cabal b/hsini.cabal
--- a/hsini.cabal
+++ b/hsini.cabal
@@ -1,10 +1,10 @@
 name          : hsini
-version       : 0.2
+version       : 0.3
 license       : BSD3
 license-file  : LICENSE
 author        : Magnus Therning
 maintainer    : magnus@therning.org
-copyright     : Magnus Therning, 2010
+copyright     : Magnus Therning, 2010-2014
 synopsis      : Package for user configuration files (INI)
 description   : None yet
 build-type    : Custom
@@ -18,7 +18,7 @@
 library
     hs-source-dirs  : src
     default-language : Haskell2010
-    build-depends   : base >=4.2 && <4.7, bytestring >=0.9 && <0.11,
+    build-depends   : base >=4.2 && <4.8, bytestring >=0.9 && <0.11,
         containers >=0.3 && <0.6, mtl >=2.0 && <2.2, parsec ==3.1.*
     exposed-modules : Data.Ini Data.Ini.Types Data.Ini.Reader
     other-modules   : Data.Ini.Reader.Internals
