diff --git a/hlint.cabal b/hlint.cabal
--- a/hlint.cabal
+++ b/hlint.cabal
@@ -1,7 +1,7 @@
 cabal-version:      >= 1.6
 build-type:         Simple
 name:               hlint
-version:            1.8.9
+version:            1.8.10
 -- license is GPL v2 only
 license:            GPL
 license-file:       LICENSE
@@ -28,6 +28,10 @@
 extra-source-files:
     hlint.htm
 
+source-repository head
+    type:     darcs
+    location: http://community.haskell.org/~ndm/darcs/hlint/
+
 flag threaded
     default: True
     description: Build with support for multithreaded execution
@@ -36,7 +40,7 @@
     build-depends:
         base == 4.*, process, filepath, directory, containers,
         transformers >= 0.0 && < 0.3,
-        hscolour == 1.17.*,
+        hscolour >= 1.17 && < 1.20,
         cpphs == 1.11.*,
         haskell-src-exts >= 1.11 && < 1.12,
         uniplate >= 1.5 && < 1.7
