diff --git a/cabal-test-quickcheck.cabal b/cabal-test-quickcheck.cabal
--- a/cabal-test-quickcheck.cabal
+++ b/cabal-test-quickcheck.cabal
@@ -1,5 +1,5 @@
 name:          cabal-test-quickcheck
-version:       0.1.1
+version:       0.1.2
 homepage:      https://github.com/zimothy/cabal-test-quickcheck
 license:       MIT
 license-file:  LICENSE
@@ -23,9 +23,9 @@
     Distribution.TestSuite.QuickCheck
 
   build-depends:
-    base       >= 4.6.0  && < 4.7,
-    Cabal      >= 1.16.0 && < 1.19,
-    QuickCheck >= 2.6    && < 2.7
+    base       >= 4.6.0  && < 4.8,
+    Cabal      >= 1.16.0 && < 1.21,
+    QuickCheck >= 2.6    && < 2.8
 
 test-suite example
   type:        detailed-0.9
@@ -35,11 +35,11 @@
   default-language: Haskell2010
 
   build-depends:
-    base  >= 4.6  && < 4.7,
-    Cabal >= 1.16 && < 1.19,
+    base  >= 4.6  && < 4.8,
+    Cabal >= 1.20 && < 1.21,
     cabal-test-quickcheck
 
 source-repository head
   type:     git
-  location: git://github.com/zimothy/cabal-test-quickcheck.git
+  location: git://github.com/zmthy/cabal-test-quickcheck.git
 
diff --git a/dist/build/exampleStub/exampleStub-tmp/exampleStub.hs b/dist/build/exampleStub/exampleStub-tmp/exampleStub.hs
--- a/dist/build/exampleStub/exampleStub-tmp/exampleStub.hs
+++ b/dist/build/exampleStub/exampleStub-tmp/exampleStub.hs
@@ -1,5 +1,5 @@
 module Main ( main ) where
-import Distribution.Simple.Test ( stubMain )
+import Distribution.Simple.Test.LibV09 ( stubMain )
 import Example ( tests )
 main :: IO ()
 main = stubMain tests
