diff --git a/prosper.cabal b/prosper.cabal
--- a/prosper.cabal
+++ b/prosper.cabal
@@ -1,10 +1,7 @@
--- Initial prosper.cabal generated by cabal init.  For further 
--- documentation, see http://haskell.org/cabal/users-guide/
-
 name:                prosper
-version:             0.1.0.0
+version:             0.1.1
 synopsis:            Bindings to the Prosper marketplace API
--- description:         
+description:         Bindings to the Prosper marketplace API
 homepage:            https://api.prosper.com
 license:             BSD3
 license-file:        LICENSE
@@ -15,6 +12,10 @@
 build-type:          Simple
 cabal-version:       >=1.10
 
+source-repository head
+  type:     git
+  location: git://github.com/WraithM/prosper.git
+
 library
   exposed-modules:     
     Prosper, 
@@ -30,7 +31,7 @@
     Prosper.Internal.CSV
 
   build-depends:       
-    base >=4.8 && <4.9, 
+    base >=4.7 && <4.9, 
     transformers >=0.4 && <0.5, 
     text >=1.2 && <1.3, 
     bytestring >=0.10 && <0.11, 
