diff --git a/quickcheck-string-random.cabal b/quickcheck-string-random.cabal
--- a/quickcheck-string-random.cabal
+++ b/quickcheck-string-random.cabal
@@ -1,11 +1,13 @@
--- This file has been generated from package.yaml by hpack version 0.28.2.
+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.31.1.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 4d6a86a54f40770627c1a6350886dc764e8a8629f71f3c3990d7f3fd36ada9a9
+-- hash: 5116b52326af9ffce690b879aef5db9d2b9154e3e10de6b39a5e2b5e67f20679
 
 name:           quickcheck-string-random
-version:        0.1.1.0
+version:        0.1.2.0
 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
@@ -20,7 +22,6 @@
 license-file:   LICENSE
 tested-with:    GHC==8.0.1
 build-type:     Simple
-cabal-version:  >= 1.10
 
 source-repository head
   type: git
@@ -34,7 +35,7 @@
   hs-source-dirs:
       src
   build-depends:
-      QuickCheck >=2.8.2 && <2.12
+      QuickCheck >=2.8.2 && <2.13
     , base >=4.9 && <5
     , string-random ==0.1.*
     , text >=1.2.2.1 && <1.3
