packages feed

servant-aeson-specs 0.6.0.0 → 0.6.1.0

raw patch · 1 files changed

+25/−22 lines, 1 filesdep ~servant

Dependency ranges changed: servant

Files

servant-aeson-specs.cabal view
@@ -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.20.0. -- -- see: https://github.com/sol/hpack+--+-- hash: 061a33174986cfa55321c1442f70e3349e7af0479917a3c562466789e6b01167  name:           servant-aeson-specs-version:        0.6.0.0+version:        0.6.1.0 synopsis:       generic tests for aeson serialization in servant description:    tests for aeson serialization in servant category:       Web@@ -27,21 +29,23 @@       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.*+    , quickcheck-arbitrary-adt ==0.3.*     , random-    , aeson-pretty-    , quickcheck-arbitrary-adt == 0.3.*-    , hspec-golden-aeson == 0.5.*+    , servant >=0.4 && <0.13   exposed-modules:       Servant.Aeson.GenericSpecs       Servant.Aeson.Internal+  other-modules:+      Paths_servant_aeson_specs   default-language: Haskell2010  test-suite spec@@ -52,28 +56,26 @@       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.3.*-    , hspec-golden-aeson == 0.5.*+    , hspec     , hspec-core-    , temporary-    , doctest+    , hspec-golden-aeson >=0.5.1.0 && <0.6     , mockery-    , silently+    , quickcheck-arbitrary-adt >=0.3.1.0 && <0.4     , quickcheck-instances+    , random+    , servant >=0.4 && <0.13+    , silently     , string-conversions+    , temporary     , text-    , quickcheck-arbitrary-adt >= 0.3.1.0 && < 0.4-    , hspec-golden-aeson >= 0.5.1.0 && < 0.6   other-modules:       DoctestSpec       Servant.Aeson.GoldenSpecsSpec@@ -81,4 +83,5 @@       Test.Utils       Servant.Aeson.GenericSpecs       Servant.Aeson.Internal+      Paths_servant_aeson_specs   default-language: Haskell2010