diff --git a/bmp.cabal b/bmp.cabal
--- a/bmp.cabal
+++ b/bmp.cabal
@@ -1,5 +1,5 @@
 Name:                bmp
-Version:             1.2.5.2
+Version:             1.2.6.1
 License:             MIT
 License-file:        LICENSE
 Author:              Ben Lippmeier
@@ -8,7 +8,7 @@
 Cabal-Version:       >=1.6
 Stability:           stable
 Category:            Codec
-Homepage:            http://code.ouroborus.net/bmp
+Homepage:            https://github.com/benl23x5/bmp
 Bug-reports:         bmp@ouroborus.net
 Description:
 	Read and write uncompressed BMP image files. 100% robust Haskell implementation.
@@ -16,14 +16,14 @@
         Read and write uncompressed BMP image files.
 
 source-repository head
-        type:           darcs
-        location:       http://code.ouroborus.net/bmp/bmp-head/
+        type:           git
+        location:       https://github.com/benl23x5/bmp
 
 Library
   build-Depends: 
         base                 == 4.*,
         bytestring           == 0.10.*,
-        binary               >= 0.6 && < 0.8
+        binary               == 0.8.4.*
 
   ghc-options:
         -O2 -Wall -fno-warn-missing-signatures
