siren-json 0.2.0.0 → 0.3.0.0
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~network-uri-json
Dependency ranges changed: network-uri-json
Files
- ChangeLog.md +4/−0
- siren-json.cabal +3/−3
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for siren-json +## 0.3.0.0 -- 2019-01-02++* Update network-uri-json.+ ## 0.2.0.0 -- 2018-12-28 * Update base, network-uri-json, network-arbitrary, http-types, hspec, aeson,
siren-json.cabal view
@@ -1,5 +1,5 @@ name: siren-json-version: 0.2.0.0+version: 0.3.0.0 synopsis: Siren Tools for Haskell description: @@ -53,7 +53,7 @@ , http-media >= 0.6 && < 0.8 , http-types >= 0.9 && < 0.13 , network-uri == 2.6.*- , network-uri-json >= 0.1 && < 0.3+ , network-uri-json >= 0.1 && < 0.4 , text == 1.2.* , unordered-containers == 0.2.* @@ -94,7 +94,7 @@ , http-types >= 0.9 && < 0.13 , network-arbitrary >= 0.3 && < 0.5 , network-uri == 2.6.*- , network-uri-json >= 0.1 && < 0.3+ , network-uri-json >= 0.1 && < 0.4 , QuickCheck >= 2.9 && < 2.13 , quickcheck-instances == 0.3.* , test-invariant == 0.4.*