diff --git a/setlocale.cabal b/setlocale.cabal
--- a/setlocale.cabal
+++ b/setlocale.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                setlocale
-version:             1.0.0
+version:             1.0.0.1
 synopsis:            Haskell bindings to setlocale
 -- description:         
 license:             BSD3
@@ -19,7 +19,7 @@
   exposed-modules:     System.Locale.SetLocale
   -- other-modules:       
   other-extensions:    DeriveDataTypeable, ForeignFunctionInterface
-  build-depends:       base >=4.6 && <4.7
+  build-depends:       base >=4.6 && <4.8
   -- hs-source-dirs:      
   build-tools:         hsc2hs
   default-language:    Haskell98
