aeson-injector 1.0.9.0 → 1.0.10.0
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- aeson-injector.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,8 @@+1.0.10.0+========++- Push upper bounds for `base-4.10`.+ 1.0.9.0 =======
aeson-injector.cabal view
@@ -1,5 +1,5 @@ name: aeson-injector-version: 1.0.9.0+version: 1.0.10.0 synopsis: Injecting fields into aeson values description: See README.md license: MIT@@ -30,7 +30,7 @@ Data.Aeson.WithField build-depends:- base >= 4.7 && < 4.10+ base >= 4.7 && < 4.11 , aeson >= 0.11 && < 1.3 , bifunctors >= 5.2 && < 6 , deepseq >= 1.4 && < 2