diff --git a/README b/README
deleted file mode 100644
--- a/README
+++ /dev/null
@@ -1,2 +0,0 @@
-A convenient command line wrapper over GHC to display GHC's optimised
-Core and assembly output in a human readable manner.
diff --git a/ghc-core.cabal b/ghc-core.cabal
--- a/ghc-core.cabal
+++ b/ghc-core.cabal
@@ -1,5 +1,5 @@
 name:           ghc-core
-version:        0.3
+version:        0.3.0.1
 license:        BSD3
 license-file:   LICENSE
 author:         Don Stewart
@@ -27,7 +27,7 @@
     build-depends:  base,
                     process,
                     pcre-light,
-                    hscolour >= 1.9,
+                    hscolour ==1.9,
                     directory,
                     filepath
     main-is:        ghc-core.hs
