diff --git a/sendfile.cabal b/sendfile.cabal
--- a/sendfile.cabal
+++ b/sendfile.cabal
@@ -1,5 +1,5 @@
 name:          sendfile
-version:       0.7.6
+version:       0.7.7
 stability:     provisional
 synopsis:      A portable sendfile library
 description:   A library which exposes zero-copy sendfile functionality in a portable way. If a platform does not support sendfile, a fallback implementation in haskell is provided.
@@ -10,7 +10,7 @@
 license-file:  LICENSE
 author:        Matthew Elder <matt@mattelder.org>
 maintainer:    Jeremy Shaw <jeremy@n-heptane.com>
-homepage:      http://patch-tag.com/r/mae/sendfile
+homepage:      http://hub.darcs.net/stepcut/sendfile
 category:      Network
 build-type:    Simple
 cabal-version: >= 1.6
@@ -31,7 +31,7 @@
                      Network.Socket.SendFile.Util
 
     build-depends:   base >= 3 && < 5,
-                     bytestring >= 0.9.1.4 && < 0.10,
+                     bytestring >= 0.9.1.4 && < 0.11,
                      network >= 2 && < 3
 
     ghc-options: -Wall
