diff --git a/quickcheck-string-random.cabal b/quickcheck-string-random.cabal
--- a/quickcheck-string-random.cabal
+++ b/quickcheck-string-random.cabal
@@ -1,6 +1,6 @@
 cabal-version: 1.12
 name:          quickcheck-string-random
-version:       0.1.4.2
+version:       0.1.4.4
 synopsis:      Helper to build generators with Text.StringRandom
 description:
   Define a generator of Text that matches regular
@@ -15,7 +15,6 @@
 copyright:     Copyright (C) 2016- hiratara
 license:       BSD3
 license-file:  LICENSE
-tested-with:   GHC ==8.10.3
 build-type:    Simple
 
 source-repository head
@@ -28,9 +27,9 @@
   hs-source-dirs:   src
   build-depends:
       base           >=4.9     && <5
-    , QuickCheck     >=2.8.2   && <2.15
+    , QuickCheck     >=2.8.2   && <2.16
     , string-random  >=0.1     && <0.2
-    , text           >=1.2.2.1 && <2.1
+    , text           >=1.2.2.1 && <2.2
 
   default-language: Haskell2010
 
