diff --git a/quickcheck-unicode.cabal b/quickcheck-unicode.cabal
--- a/quickcheck-unicode.cabal
+++ b/quickcheck-unicode.cabal
@@ -1,5 +1,5 @@
 name:           quickcheck-unicode
-version:        1.0.0.0
+version:        1.0.0.1
 homepage:       https://github.com/bos/quickcheck-unicode
 bug-reports:    https://github.com/bos/quickcheck-unicode/issues
 synopsis:       Generator and shrink functions for testing
@@ -23,7 +23,7 @@
 
   build-depends:
     base       >= 4.2 && < 5,
-    QuickCheck >= 2.6
+    QuickCheck >= 2.7
 
   ghc-options: -Wall -fwarn-tabs
 
