diff --git a/quickcheck-string-random.cabal b/quickcheck-string-random.cabal
--- a/quickcheck-string-random.cabal
+++ b/quickcheck-string-random.cabal
@@ -1,5 +1,5 @@
 name:                quickcheck-string-random
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Helper to build generators with Text.StringRandom
 description:         Define a generator of Text that matches regular
                      expressions. This package is useful for creating Arbitrary
@@ -19,7 +19,7 @@
   hs-source-dirs:      src
   exposed-modules:     Test.QuickCheck.StringRandom
   build-depends:       base >= 4.9 && < 5
-                     , QuickCheck >=2.8.2 && <2.9
+                     , QuickCheck >=2.8.2 && <2.11
                      , string-random ==0.1.*
                      , text >=1.2.2.1 && <1.3
   default-language:    Haskell2010
