packages feed

collection-json 1.2.0.0 → 1.3.0.0

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~network-uri-json

Dependency ranges changed: network-uri-json

Files

ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for collection-json +## 1.3.0.0  -- 2019-01-02++* Update travis configuration.+* Update network-uri-json.+ ## 1.2.0.0  -- 2018-12-28  * Update base, network-uri-json, network-arbitrary, hspec, aeson, QuickCheck,
collection-json.cabal view
@@ -1,5 +1,5 @@ name:                collection-json-version:             1.2.0.0+version:             1.3.0.0 synopsis:            Collection+JSON—Hypermedia Type Tools  description:@@ -48,7 +48,7 @@       aeson            >= 0.8 && < 1.5     , base             >= 4.6 && < 4.13     , network-uri      == 2.6.*-    , network-uri-json >= 0.1 && < 0.3+    , network-uri-json >= 0.1 && < 0.4     , text             == 1.2.*    other-extensions:@@ -82,7 +82,7 @@     , hspec                >= 2.4 && < 2.7     , 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.*