diff --git a/servant-aeson-specs.cabal b/servant-aeson-specs.cabal
--- a/servant-aeson-specs.cabal
+++ b/servant-aeson-specs.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           servant-aeson-specs
-version:        0.5.3.0
+version:        0.6.0.0
 synopsis:       generic tests for aeson serialization in servant
 description:    tests for aeson serialization in servant
 category:       Web
@@ -37,8 +37,8 @@
     , filepath
     , random
     , aeson-pretty
-    , quickcheck-arbitrary-adt == 0.2.*
-    , hspec-golden-aeson == 0.3.*
+    , quickcheck-arbitrary-adt == 0.3.*
+    , hspec-golden-aeson == 0.5.*
   exposed-modules:
       Servant.Aeson.GenericSpecs
       Servant.Aeson.Internal
@@ -62,8 +62,8 @@
     , filepath
     , random
     , aeson-pretty
-    , quickcheck-arbitrary-adt == 0.2.*
-    , hspec-golden-aeson == 0.3.*
+    , quickcheck-arbitrary-adt == 0.3.*
+    , hspec-golden-aeson == 0.5.*
     , hspec-core
     , temporary
     , doctest
@@ -72,8 +72,8 @@
     , quickcheck-instances
     , string-conversions
     , text
-    , quickcheck-arbitrary-adt == 0.2.*
-    , hspec-golden-aeson == 0.3.*
+    , quickcheck-arbitrary-adt >= 0.3.1.0 && < 0.4
+    , hspec-golden-aeson >= 0.5.1.0 && < 0.6
   other-modules:
       DoctestSpec
       Servant.Aeson.GoldenSpecsSpec
