diff --git a/regexqq.cabal b/regexqq.cabal
--- a/regexqq.cabal
+++ b/regexqq.cabal
@@ -1,5 +1,5 @@
 name:               regexqq
-version:            0.4
+version:            0.5
 cabal-version:      >= 1.2
 build-type:         Simple
 license:            BSD3
@@ -16,7 +16,7 @@
                     QuasiQuotes do not appear in ghc until 6.9, BUT there is a
                     patch for ghc-6.8.3 which adds quasiquote functionality. A
                     patched version of ghc-6.8.3, made possible by audreyt's patch, is at
-                    <http://code.haskell.org/~morrow/quasiquotes/ghc-6.8.3_QQ-0.1.tar.bz2>.
+                    <http://code.haskell.org/~morrow/quasiquotes/ghc-6.8.3_QQ-0.2.tar.bz2>.
                     An example of the use of @regexqq@ is located at
                     <http://code.haskell.org/~morrow/quasiquotes/regexqq.txt>
 
