packages feed

hspec-golden-aeson 0.3.0.0 → 0.3.1.0

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Test.Aeson.GenericSpecs: roundtripAndGoldenSpecsWithSettings :: forall a. (Arbitrary a, ToJSON a, FromJSON a, Typeable a) => Settings -> Proxy a -> Spec

Files

hspec-golden-aeson.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           hspec-golden-aeson-version:        0.3.0.0+version:        0.3.1.0 synopsis:       Use tests to monitor changes in Aeson serialization description:    Use tests to monitor changes in Aeson serialization category:       Testing@@ -54,7 +54,7 @@   main-is: Spec.hs   hs-source-dirs:       test-  ghc-options: -Wall+  ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fno-warn-name-shadowing   build-depends:       base     , aeson
src/Test/Aeson/GenericSpecs.hs view
@@ -26,6 +26,7 @@   -- * ToADTArbitrary testing   , goldenADTSpecs   , roundtripADTSpecs+  , roundtripAndGoldenSpecsWithSettings   , roundtripAndGoldenADTSpecs   , roundtripAndGoldenADTSpecsWithSettings