aeson-injector 1.0.6.0 → 1.0.7.0
raw patch · 2 files changed
+17/−12 lines, 2 filesdep ~aesondep ~servant-docsPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: aeson, servant-docs
API changes (from Hackage documentation)
- Data.Aeson.WithField: instance (GHC.Classes.Eq a, GHC.Classes.Eq b) => GHC.Classes.Eq (Data.Aeson.WithField.WithField s a b)
- Data.Aeson.WithField: instance (GHC.Classes.Eq a, GHC.Classes.Eq b) => GHC.Classes.Eq (Data.Aeson.WithField.WithFields a b)
- Data.Aeson.WithField: instance (GHC.Read.Read a, GHC.Read.Read b) => GHC.Read.Read (Data.Aeson.WithField.WithField s a b)
- Data.Aeson.WithField: instance (GHC.Read.Read a, GHC.Read.Read b) => GHC.Read.Read (Data.Aeson.WithField.WithFields a b)
- Data.Aeson.WithField: instance (GHC.Show.Show a, GHC.Show.Show b) => GHC.Show.Show (Data.Aeson.WithField.WithField s a b)
- Data.Aeson.WithField: instance (GHC.Show.Show a, GHC.Show.Show b) => GHC.Show.Show (Data.Aeson.WithField.WithFields a b)
+ Data.Aeson.WithField: instance (GHC.Classes.Eq b, GHC.Classes.Eq a) => GHC.Classes.Eq (Data.Aeson.WithField.WithField s a b)
+ Data.Aeson.WithField: instance (GHC.Classes.Eq b, GHC.Classes.Eq a) => GHC.Classes.Eq (Data.Aeson.WithField.WithFields a b)
+ Data.Aeson.WithField: instance (GHC.Read.Read b, GHC.Read.Read a) => GHC.Read.Read (Data.Aeson.WithField.WithField s a b)
+ Data.Aeson.WithField: instance (GHC.Read.Read b, GHC.Read.Read a) => GHC.Read.Read (Data.Aeson.WithField.WithFields a b)
+ Data.Aeson.WithField: instance (GHC.Show.Show b, GHC.Show.Show a) => GHC.Show.Show (Data.Aeson.WithField.WithField s a b)
+ Data.Aeson.WithField: instance (GHC.Show.Show b, GHC.Show.Show a) => GHC.Show.Show (Data.Aeson.WithField.WithFields a b)
Files
- CHANGELOG.md +5/−0
- aeson-injector.cabal +12/−12
CHANGELOG.md view
@@ -1,3 +1,8 @@+1.0.7.0+=======++- Push upper bounds for `aeson-1.1` and `servant-0.10`.+ 1.0.6.0 =======
aeson-injector.cabal view
@@ -1,23 +1,23 @@ name: aeson-injector-version: 1.0.6.0+version: 1.0.7.0 synopsis: Injecting fields into aeson values description: See README.md license: MIT license-file: LICENSE-author: Anton Gushcha +author: Anton Gushcha maintainer: ncrashed@gmail.com copyright: 2016 Anton Gushcha category: Data, JSON, Web build-type: Simple cabal-version: >=1.18-tested-with: +tested-with: GHC == 7.10.3 , GHC == 8.0.1 , GHC == 8.0.2 extra-source-files:- README.md - CHANGELOG.md - + README.md+ CHANGELOG.md+ source-repository head type: git location: https://github.com/NCrashed/aeson-injector@@ -28,24 +28,24 @@ exposed-modules: Data.Aeson.Unit Data.Aeson.WithField- - build-depends: ++ build-depends: base >= 4.7 && < 4.10- , aeson >= 0.11 && < 1.1+ , aeson >= 0.11 && < 1.2 , bifunctors >= 5.2 && < 6 , deepseq >= 1.4 && < 2 , lens >= 4.13 && < 5 , swagger2 >= 2.1.2.1 && < 3.0 , text >= 1.2 && < 2.0 , unordered-containers >= 0.2.7 && < 0.3- , servant-docs >= 0.7 && < 0.10+ , servant-docs >= 0.7 && < 0.11 test-suite test-aeson-injector default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs- build-depends: + build-depends: base , aeson , aeson-injector@@ -54,7 +54,7 @@ , QuickCheck >= 2.8.2 , quickcheck-text , scientific- , swagger2 + , swagger2 , tasty >= 0.11 , tasty-hunit >= 0.9 , tasty-quickcheck >= 0.8