diff --git a/README.textile b/README.textile
deleted file mode 100644
--- a/README.textile
+++ /dev/null
@@ -1,3 +0,0 @@
-h1. Test Framework QuickCheck Support
-
-For more information, please see the latest version of the test-framework package README. This can be found at the "GitHub wiki":http://github.com/batterseapower/test-framework/wikis/readme.
diff --git a/test-framework-quickcheck.cabal b/test-framework-quickcheck.cabal
--- a/test-framework-quickcheck.cabal
+++ b/test-framework-quickcheck.cabal
@@ -1,14 +1,13 @@
 Name:                test-framework-quickcheck
-Version:             0.2.2
+Version:             0.2.3
 Cabal-Version:       >= 1.2.3
 Category:            Testing
 Synopsis:            QuickCheck support for the test-framework package.
 License:             BSD3
 License-File:        LICENSE
-Extra-Source-Files:  README.textile
-Author:              Max Bolingbroke
-Maintainer:          batterseapower@hotmail.com
-Homepage:            http://github.com/batterseapower/test-framework
+Author:              Max Bolingbroke <batterseapower@hotmail.com>
+Maintainer:          Max Bolingbroke <batterseapower@hotmail.com>
+Homepage:            http://batterseapower.github.com/test-framework/
 Build-Type:          Simple
 
 Flag SplitBase
@@ -21,7 +20,7 @@
         
         Build-Depends:          test-framework >= 0.2.0, QuickCheck >= 1.1 && < 2
         if flag(splitBase)
-                Build-Depends:          base >= 3, random >= 1
+                Build-Depends:          base >= 3 && < 5, random >= 1
         else
                 Build-Depends:          base < 3
         
