diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+0.2.0.2
+-------
+
+* QuickCheck dependency bump
+
 0.2.0.1
 -------
 
diff --git a/fgl-arbitrary.cabal b/fgl-arbitrary.cabal
--- a/fgl-arbitrary.cabal
+++ b/fgl-arbitrary.cabal
@@ -1,5 +1,5 @@
 name:                fgl-arbitrary
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            QuickCheck support for fgl
 description:
   Provides Arbitrary instances for fgl graphs (to avoid adding a
@@ -29,14 +29,12 @@
   -- other-extensions:
   build-depends:       base < 5
                      , fgl >= 5.5.2.0 && < 6
-                     , QuickCheck >= 2.3 && < 2.9
+                     , QuickCheck >= 2.3 && < 2.10
   -- hs-source-dirs:
   default-language:    Haskell2010
 
   ghc-options:         -Wall
 
-  ghc-prof-options:    -prof -auto
-
 test-suite fgl-arbitrary-tests
     default-language: Haskell2010
 
@@ -45,7 +43,7 @@
     build-depends:    fgl-arbitrary
                     , fgl
                     , base
-                    , QuickCheck >= 2.3 && < 2.9
+                    , QuickCheck >= 2.3 && < 2.10
                     , hspec >= 2.1 && < 2.3
                     , containers
 
@@ -54,5 +52,3 @@
     main-is:          TestSuite.hs
 
     ghc-options:      -Wall
-
-    ghc-prof-options: -prof -auto
