diff --git a/network-bytestring.cabal b/network-bytestring.cabal
--- a/network-bytestring.cabal
+++ b/network-bytestring.cabal
@@ -1,5 +1,5 @@
 name:               network-bytestring
-version:            0.1.1.3
+version:            0.1.1.4
 synopsis:           Fast and memory efficient low-level networking
 description:        Faster and more memory efficient low-level socket
                     functions using 'Data.ByteString's instead of
@@ -11,6 +11,7 @@
 category:           Network
 build-type:         Simple
 cabal-version:      >= 1.2
+homepage:           http://github.com/tibbe/network-bytestring
 
 flag split-base
   description: Chooce the new smaller, split-up base package.
@@ -19,7 +20,7 @@
   exposed-modules:  Network.Socket.ByteString
 
   if flag(split-base)
-    build-depends:  base >= 3 && < 3.1, bytestring
+    build-depends:  base >= 3 && < 4.1, bytestring
   else
     build-depends:  base < 3
   build-depends:    network >= 2.1 && < 2.3
