registry-hedgehog-aeson 0.3.0.0 → 0.3.1.0
raw patch · 2 files changed
+7/−6 lines, 2 filesdep ~tasty-discoverdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tasty-discover, text
API changes (from Hackage documentation)
Files
registry-hedgehog-aeson.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.0.+-- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack name: registry-hedgehog-aeson-version: 0.3.0.0+version: 0.3.1.0 synopsis: Hedgehog generators for Aeson description: This library provides generators for Aeson values which can be easily customized. category: Test@@ -65,11 +65,11 @@ , registry >=0.4 && <1 , scientific ==0.3.* , tasty ==1.*- , tasty-discover >=2 && <5+ , tasty-discover >=2 && <6 , tasty-hedgehog >=1.0 && <2.0 , tasty-th >=0.1 && <1 , template-haskell >=2.13 && <3.0- , text ==1.*+ , text >=1 && <3 , transformers >=0.5 && <2 , universum ==1.* , unordered-containers >=0.1 && <1@@ -127,11 +127,11 @@ , registry-hedgehog-aeson , scientific ==0.3.* , tasty ==1.*- , tasty-discover >=2 && <5+ , tasty-discover >=2 && <6 , tasty-hedgehog >=1.0 && <2.0 , tasty-th >=0.1 && <1 , template-haskell >=2.13 && <3.0- , text ==1.*+ , text >=1 && <3 , transformers >=0.5 && <2 , universum ==1.* , unordered-containers >=0.1 && <1
src/Data/Registry/Hedgehog/AesonGenerators.hs view
@@ -80,6 +80,7 @@ -- generator for a JSON value to be used in an object or an array <: fun (tag <$> genValueFor overrides :: Gen (Tag "Recurse" Value)) -- simple, non-recursive, generators+ <: simpleGens <: overrides -- | Set of generators for non-recursive JSON values