diff --git a/json-rpc.cabal b/json-rpc.cabal
--- a/json-rpc.cabal
+++ b/json-rpc.cabal
@@ -1,5 +1,5 @@
 name:                   json-rpc
-version:                0.1.0.1
+version:                0.1.0.2
 synopsis:               Fully-featured JSON-RPC 2.0 library
 description:
   This JSON-RPC library is fully-compatible with JSON-RPC 2.0 and
@@ -57,7 +57,7 @@
                         stm-conduit                 >= 2.4      && < 2.5,
                         text                        >= 1.1      && < 1.2,
                         unordered-containers        >= 0.2      && < 0.3,
-                        QuickCheck                  >= 2.6      && < 2.7,
+                        QuickCheck                  >= 2.6      && < 2.8,
                         test-framework              >= 0.8      && < 0.9,
                         test-framework-quickcheck2  >= 0.3      && < 0.4
   default-language:     Haskell2010
