servant-aeson-specs 0.5.3.0 → 0.6.0.0
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~hspec-golden-aesondep ~quickcheck-arbitrary-adt
Dependency ranges changed: hspec-golden-aeson, quickcheck-arbitrary-adt
Files
servant-aeson-specs.cabal view
@@ -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