collection-json 1.3.0.0 → 1.3.1.0
raw patch · 2 files changed
+9/−4 lines, 2 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- collection-json.cabal +4/−4
ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for collection-json +## 1.3.1.0 -- 2019-01-22++* Update hspec-discover.+* Update hspec.+ ## 1.3.0.0 -- 2019-01-02 * Update travis configuration.
collection-json.cabal view
@@ -1,5 +1,5 @@ name: collection-json-version: 1.3.0.0+version: 1.3.1.0 synopsis: Collection+JSON—Hypermedia Type Tools description:@@ -16,7 +16,7 @@ category: Data build-type: Simple cabal-version: >= 1.10-tested-with: GHC >= 7.6 && < 9.0+tested-with: GHC >= 7.6 && < 8.2.1 || > 8.2.1 && < 9.0 extra-source-files: ChangeLog.md@@ -73,13 +73,13 @@ , Data.CollectionJSONSpec build-tool-depends:- hspec-discover:hspec-discover >= 2.4 && < 2.7+ hspec-discover:hspec-discover >= 2.4 && < 2.8 build-depends: aeson >= 0.8 && < 1.5 , base >= 4.6 && < 4.13 , bytestring == 0.10.*- , hspec >= 2.4 && < 2.7+ , hspec >= 2.4 && < 2.8 , network-arbitrary >= 0.3 && < 0.5 , network-uri == 2.6.* , network-uri-json >= 0.1 && < 0.4