siren-json 0.1.0.2 → 0.1.1.0
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~QuickCheckdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, aeson
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- siren-json.cabal +4/−4
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for siren-json +## 0.1.1.0 -- 2017-12-21++* Bump dependencies on aeson and QuickCheck+ ## 0.1.0.2 -- 2017-11-19 * use network-uri-json package
siren-json.cabal view
@@ -1,5 +1,5 @@ name: siren-json-version: 0.1.0.2+version: 0.1.1.0 synopsis: Siren Tools for Haskell description: @@ -46,7 +46,7 @@ , External.Network.HTTP.Types.Method.JSON build-depends:- aeson >= 0.8 && < 1.2+ aeson >= 0.8 && < 1.3 , base >= 4.6 && < 4.12 , bytestring == 0.10.* , containers == 0.5.*@@ -91,7 +91,7 @@ hspec-discover:hspec-discover == 2.4.* build-depends:- aeson >= 0.8 && < 1.2+ aeson >= 0.8 && < 1.3 , base >= 4.6 && < 4.12 , bytestring == 0.10.* , case-insensitive == 1.2.*@@ -101,7 +101,7 @@ , http-types == 0.9.* , network-uri == 2.6.* , network-uri-json == 0.1.*- , QuickCheck == 2.9.*+ , QuickCheck >= 2.9 && < 2.11 , quickcheck-instances == 0.3.* , test-invariant == 0.4.* , text == 1.2.*