aeson-via 0.1.2 → 0.2.0
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- aeson-via.cabal +4/−4
aeson-via.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 965bdc6666274f02520725291b928ec477ce92d958a6b618a16f349660a2d9a5+-- hash: 3ac16d6f86e6d171de5d3cc72a8987ac505fcf1735f4c3b83c7d7de664507281 name: aeson-via-version: 0.1.2+version: 0.2.0 synopsis: Wrappers to derive-via Aeson ToJSON/FromJSON typeclasses description: Please see the README on GitHub at <https://github.com/ejconlon/aeson-via#readme> category: Data@@ -35,7 +35,7 @@ src ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds build-depends:- aeson ==1.5.*+ aeson ==2.0.* , aeson-casing ==0.2.* , base >=4.12 && <5 , newtype-generics >=0.5 && <0.7@@ -51,7 +51,7 @@ test ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -threaded -rtsopts -with-rtsopts=-N build-depends:- aeson ==1.5.*+ aeson ==2.0.* , aeson-casing ==0.2.* , aeson-via , base >=4.12 && <5