diff --git a/lendingclub.cabal b/lendingclub.cabal
--- a/lendingclub.cabal
+++ b/lendingclub.cabal
@@ -1,5 +1,5 @@
 name:                lendingclub
-version:             0.1.0.0
+version:             0.1.1
 synopsis:            Bindings for the LendingClub marketplace API
 description:         Bindings for the LendingClub marketplace API
 homepage:            https://www.lendingclub.com/developers/lc-api.action
@@ -29,7 +29,7 @@
     LendingClub.Internal.JSON
 
   build-depends:       
-    base >=4.8 && <4.9, 
+    base >=4.7 && <4.9, 
     text >=1.2 && <1.3, 
     bytestring >=0.10 && <0.11, 
     mtl >=2.2 && <2.3,
