diff --git a/digest.cabal b/digest.cabal
--- a/digest.cabal
+++ b/digest.cabal
@@ -1,5 +1,5 @@
 name:            digest
-version:         0.0.0.7
+version:         0.0.0.8
 copyright:       (c) 2009 Eugene Kirpichov
 license:         BSD3
 license-file:    LICENSE
@@ -12,10 +12,14 @@
                  they are implemented as FFI bindings to efficient code from zlib.
 stability:       provisional
 build-type:      Simple
-cabal-version:   >= 1.2.1
+cabal-version:   >= 1.6
 flag bytestring-in-base
   description: In the ghc-6.6 era the bytestring modules were
                included in the base package.
+
+source-repository head
+  type: darcs
+  location: http://patch-tag.com/r/jkff/digest
 
 library
   exposed-modules: Data.Digest.CRC32,
