diff --git a/chell-quickcheck.cabal b/chell-quickcheck.cabal
--- a/chell-quickcheck.cabal
+++ b/chell-quickcheck.cabal
@@ -1,9 +1,9 @@
 name: chell-quickcheck
-version: 0.2.3
+version: 0.2.4
 license: MIT
 license-file: license.txt
-author: John Millikin <jmillikin@gmail.com>
-maintainer: John Millikin <jmillikin@gmail.com>
+author: John Millikin <john@john-millikin.com>
+maintainer: John Millikin <john@john-millikin.com>
 build-type: Simple
 cabal-version: >= 1.6
 category: Testing
@@ -19,7 +19,7 @@
 source-repository this
   type: git
   location: https://john-millikin.com/code/chell-quickcheck/
-  tag: chell-quickcheck_0.2.3
+  tag: chell-quickcheck_0.2.4
 
 library
   hs-source-dirs: lib
@@ -27,7 +27,7 @@
 
   build-depends:
       base >= 4.0 && < 5.0
-    , chell >= 0.3 && < 0.4
+    , chell >= 0.3 && < 0.5
     , QuickCheck >= 2.3 && < 2.8
     , random
 
