diff --git a/servant-aeson-specs.cabal b/servant-aeson-specs.cabal
--- a/servant-aeson-specs.cabal
+++ b/servant-aeson-specs.cabal
@@ -1,9 +1,11 @@
--- This file has been generated from package.yaml by hpack version 0.17.1.
+-- This file has been generated from package.yaml by hpack version 0.28.2.
 --
 -- see: https://github.com/sol/hpack
+--
+-- hash: 55a415f0c494bfb88824a13180384559cabf010fbe55a24a2a87985310bc9c8e
 
 name:           servant-aeson-specs
-version:        0.5.3.0
+version:        0.6.2.0
 synopsis:       generic tests for aeson serialization in servant
 description:    tests for aeson serialization in servant
 category:       Web
@@ -23,62 +25,63 @@
   location: https://github.com/plow-technologies/servant-aeson-specs
 
 library
+  exposed-modules:
+      Servant.Aeson.GenericSpecs
+      Servant.Aeson.Internal
+  other-modules:
+      Paths_servant_aeson_specs
   hs-source-dirs:
       src
   ghc-options: -Wall -fno-warn-name-shadowing
   build-depends:
-      base < 5
+      QuickCheck
     , aeson
+    , aeson-pretty
+    , base <5
     , bytestring
-    , hspec
-    , QuickCheck
-    , servant >= 0.4 && < 0.11
     , directory
     , filepath
+    , hspec
+    , hspec-golden-aeson >=0.5.0
+    , quickcheck-arbitrary-adt >=0.3.0
     , random
-    , aeson-pretty
-    , quickcheck-arbitrary-adt == 0.2.*
-    , hspec-golden-aeson == 0.3.*
-  exposed-modules:
-      Servant.Aeson.GenericSpecs
-      Servant.Aeson.Internal
+    , servant >=0.4
   default-language: Haskell2010
 
 test-suite spec
   type: exitcode-stdio-1.0
   main-is: Spec.hs
+  other-modules:
+      DoctestSpec
+      Servant.Aeson.GoldenSpecsSpec
+      Servant.Aeson.RoundtripSpecsSpec
+      Test.Utils
+      Servant.Aeson.GenericSpecs
+      Servant.Aeson.Internal
+      Paths_servant_aeson_specs
   hs-source-dirs:
       test
       src
   ghc-options: -Wall -fno-warn-name-shadowing
   build-depends:
-      base < 5
+      QuickCheck
     , aeson
+    , aeson-pretty
+    , base <5
     , bytestring
-    , hspec
-    , QuickCheck
-    , servant >= 0.4 && < 0.11
     , directory
+    , doctest
     , filepath
-    , random
-    , aeson-pretty
-    , quickcheck-arbitrary-adt == 0.2.*
-    , hspec-golden-aeson == 0.3.*
+    , hspec
     , hspec-core
-    , temporary
-    , doctest
+    , hspec-golden-aeson >=0.5.0
     , mockery
-    , silently
+    , quickcheck-arbitrary-adt >=0.3.0
     , quickcheck-instances
+    , random
+    , servant >=0.4
+    , silently
     , string-conversions
+    , temporary
     , text
-    , quickcheck-arbitrary-adt == 0.2.*
-    , hspec-golden-aeson == 0.3.*
-  other-modules:
-      DoctestSpec
-      Servant.Aeson.GoldenSpecsSpec
-      Servant.Aeson.RoundtripSpecsSpec
-      Test.Utils
-      Servant.Aeson.GenericSpecs
-      Servant.Aeson.Internal
   default-language: Haskell2010
