collection-json 1.1.0.2 → 1.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
- collection-json.cabal +4/−4
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for collection-json +## 1.1.1.0 -- 2017-12-21++* Bump dependencies on aeson and QuickCheck+ ## 1.1.0.2 -- 2017-11-17 * use network-uri-json package
collection-json.cabal view
@@ -1,5 +1,5 @@ name: collection-json-version: 1.1.0.2+version: 1.1.1.0 synopsis: Collection+JSON—Hypermedia Type Tools description:@@ -45,7 +45,7 @@ other-modules: build-depends:- aeson >= 0.8 && < 1.2+ aeson >= 0.8 && < 1.3 , base >= 4.6 && < 4.12 , network-uri == 2.6.* , network-uri-json == 0.1.*@@ -78,13 +78,13 @@ 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.* , hspec == 2.4.* , 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.*