diff --git a/bindings-libzip.cabal b/bindings-libzip.cabal
--- a/bindings-libzip.cabal
+++ b/bindings-libzip.cabal
@@ -1,5 +1,5 @@
 Name:                bindings-libzip
-Version:             0.1
+Version:             0.1.0.1
 Synopsis:            Low level bindings to libzip.
 Description:
   This package provides low-level bindings to libzip library.
@@ -16,7 +16,7 @@
 Build-type:          Simple
 
 Cabal-version:       >=1.2.3
-Tested-with:         GHC == 6.12.1
+Tested-with:         GHC == 6.12.1, GHC == 7.0.1
 
 Library
   Extensions:
@@ -26,7 +26,7 @@
         Bindings.LibZip
 
   Build-Depends:
-        base >= 4.0 && < 4.3
+        base >= 4.0 && < 4.4
       , bindings-DSL >= 1.0 && < 1.1
 
   PkgConfig-Depends:
