siren-json 0.1.1.0 → 0.1.2.0
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~http-mediaPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-media
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- siren-json.cabal +3/−3
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for siren-json +## 0.1.2.0 -- 2017-12-24++* Bump dependence on http-media+ ## 0.1.1.0 -- 2017-12-21 * Bump dependencies on aeson and QuickCheck
siren-json.cabal view
@@ -1,5 +1,5 @@ name: siren-json-version: 0.1.1.0+version: 0.1.2.0 synopsis: Siren Tools for Haskell description: @@ -50,7 +50,7 @@ , base >= 4.6 && < 4.12 , bytestring == 0.10.* , containers == 0.5.*- , http-media == 0.6.*+ , http-media >= 0.6 && < 0.8 , http-types == 0.9.* , network-uri == 2.6.* , network-uri-json == 0.1.*@@ -97,7 +97,7 @@ , case-insensitive == 1.2.* , containers == 0.5.* , hspec == 2.4.*- , http-media == 0.6.*+ , http-media >= 0.6 && < 0.8 , http-types == 0.9.* , network-uri == 2.6.* , network-uri-json == 0.1.*