aeson-injector 1.1.4.0 → 1.1.5.0
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~aesondep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: aeson, base
API changes (from Hackage documentation)
- Data.Aeson.WithField: OnlyField :: a -> OnlyField a
+ Data.Aeson.WithField: OnlyField :: a -> OnlyField (s :: Symbol) a
- Data.Aeson.WithField: WithField :: !a -> !b -> WithField a b
+ Data.Aeson.WithField: WithField :: !a -> !b -> WithField (s :: Symbol) a b
- Data.Aeson.WithField: [unOnlyField] :: OnlyField a -> a
+ Data.Aeson.WithField: [unOnlyField] :: OnlyField (s :: Symbol) a -> a
Files
- CHANGELOG.md +5/−0
- aeson-injector.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,8 @@+1.1.5.0+=======++- Bump `aeson` version.+ 1.1.4.0 =======
aeson-injector.cabal view
@@ -1,5 +1,5 @@ name: aeson-injector-version: 1.1.4.0+version: 1.1.5.0 synopsis: Injecting fields into aeson values description: It is small utility library that is intented to be used in RESTful APIs, especially with [servant](http://haskell-servant.readthedocs.io/en/stable/) and [Swagger](http://swagger.io/). Its main purpose is simple injection of fields into JSONs produced by [aeson](https://hackage.haskell.org/package/aeson) library. license: MIT@@ -31,7 +31,7 @@ build-depends: base >= 4.7 && < 4.14- , aeson >= 0.11 && < 1.5+ , aeson >= 0.11 && < 1.6 , bifunctors >= 5.2 && < 6 , deepseq >= 1.4 && < 2 , hashable >= 1.0 && < 2.0