diff --git a/network-bitcoin.cabal b/network-bitcoin.cabal
--- a/network-bitcoin.cabal
+++ b/network-bitcoin.cabal
@@ -7,7 +7,7 @@
 -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.1.1
+Version:             0.1.2
 
 -- A short (one-line) description of the package.
 Synopsis:            Interface with Bitcoin RPC
@@ -28,9 +28,9 @@
     .
     To learn more about Bitcoin, see <http://www.bitcoin.org>.
     .
-    Changes in v0.1.1
+    Changes in v0.1.2
     .
-    - none, released to rebuild docs after Hackage server crash
+    - support building on GHC 7.2
 
 -- The license under which the package is released.
 License:             BSD3
@@ -82,7 +82,7 @@
     HTTP == 4000.*,
     network == 2.3.*,
     text == 0.11.*,
-    base == 4.3.*
+    base == 4.*
   
   -- Modules not exported by this package.
   -- Other-modules:       
