diff --git a/network.cabal b/network.cabal
--- a/network.cabal
+++ b/network.cabal
@@ -1,12 +1,12 @@
 name:           network
-version:        2.2.1.9
+version:        2.2.1.10
 license:        BSD3
 license-file:   LICENSE
 maintainer:     Johan Tibell <johan.tibell@gmail.com>
 synopsis:       Networking-related facilities
 category:       Network
 build-type:     Configure
-cabal-version:  >=1.2.3
+cabal-version:  >=1.6
 extra-tmp-files:
                 config.log config.status autom4te.cache
                 network.buildinfo include/HsNetworkConfig.h
@@ -41,3 +41,7 @@
   install-includes:
                 HsNet.h HsNetworkConfig.h
   c-sources:    cbits/HsNet.c
+
+source-repository head
+  type:     git
+  location: git://github.com/haskell/network.git
