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.0
+Version:             0.1.1
 
 -- A short (one-line) description of the package.
 Synopsis:            Interface with Bitcoin RPC
@@ -27,6 +27,10 @@
     >    auth = Auth "http://127.0.0.1:8332" "user" "password"
     .
     To learn more about Bitcoin, see <http://www.bitcoin.org>.
+    .
+    Changes in v0.1.1
+    .
+    - none, released to rebuild docs after Hackage server crash
 
 -- The license under which the package is released.
 License:             BSD3
@@ -86,3 +90,6 @@
   -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
   -- Build-tools:         
   
+Source-repository head
+    type: git
+    location: git://github.com/mndrix/network-bitcoin.git
