siren-json 0.3.0.0 → 0.3.1.1
raw patch · 2 files changed
+14/−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 +10/−0
- siren-json.cabal +4/−4
ChangeLog.md view
@@ -1,5 +1,15 @@ # Revision history for siren-json +## 0.3.1.1 -- 2019-02-18++* Integrate cloudbuild fixes from network-arbitrary.+* Use new-sdist.++## 0.3.1.0 -- 2019-02-01++* Remove GHC 8.2.1 from testing.+* Update hspec and hspec-discover.+ ## 0.3.0.0 -- 2019-01-02 * Update network-uri-json.
siren-json.cabal view
@@ -1,5 +1,5 @@ name: siren-json-version: 0.3.0.0+version: 0.3.1.1 synopsis: Siren Tools for Haskell description: @@ -15,7 +15,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@@ -82,14 +82,14 @@ , External.Network.HTTP.Types.Method.JSONSpec 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.* , containers == 0.5.*- , hspec >= 2.4 && < 2.7+ , hspec >= 2.4 && < 2.8 , http-media >= 0.6 && < 0.8 , http-types >= 0.9 && < 0.13 , network-arbitrary >= 0.3 && < 0.5