diff --git a/digits.cabal b/digits.cabal
--- a/digits.cabal
+++ b/digits.cabal
@@ -1,7 +1,7 @@
 Build-Type: Custom
 Name: digits
 Category: Data
-Version: 0.1
+Version: 0.2
 Cabal-Version: >= 1.2
 Synopsis: Converts integers to lists of digits and back.
 Description: Converts integers to lists of digits and back.
@@ -10,8 +10,8 @@
 Copyright: (c) 2009 Henry Bucklow
 Author: Henry Bucklow
 Maintainer: henry@elsie.org.uk
-Tested-With: GHC==6.10
-Build-Depends: base >= 3 && < 4, QuickCheck
+Tested-With: GHC==6.12
+Build-Depends: base >= 4 && < 5, QuickCheck
 Exposed-Modules: Data.Digits
 Hs-Source-Dirs: src
 Extra-Source-Files: src/Tests.hs
