diff --git a/test-simple.cabal b/test-simple.cabal
--- a/test-simple.cabal
+++ b/test-simple.cabal
@@ -1,5 +1,5 @@
 Name:                test-simple
-Version:             0.1.7
+Version:             0.1.8
 License:             BSD3
 License-File:        COPYING
 Copyright:           Boris Sukholitko, 2014
@@ -19,7 +19,7 @@
 
 library 
   build-depends:  base < 5, mtl, template-haskell, state-plus >= 0.1.1 && < 0.2
-                    , QuickCheck >= 2.7.6 && < 2.8
+                    , QuickCheck >= 2.7.6 && < 2.9
   hs-source-dirs:   src
   ghc-options:      -Wall
   exposed-modules:  Test.Simple
@@ -27,7 +27,7 @@
 test-suite Main
   type:            exitcode-stdio-1.0
   build-depends:   base < 5, test-simple, process, executable-path, mtl
-                    , QuickCheck >= 2.7.6 && < 2.8
+                    , QuickCheck >= 2.7.6 && < 2.9
   ghc-options:     -Wall
   hs-source-dirs:  tests
   main-is:         Main.hs
