packages feed

network-uri-json 0.1.0.0 → 0.1.1.0

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~QuickCheckdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, aeson

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for network-uri-json +## 0.1.1.0  -- 2017-12-21++* Bump dependencies on aeson and QuickCheck+ ## 0.1.0.0  -- 2017-11-11  * First version.
network-uri-json.cabal view
@@ -1,5 +1,5 @@ name:                network-uri-json-version:             0.1.0.0+version:             0.1.1.0 synopsis:            FromJSON and ToJSON Instances for Network.URI  description:@@ -44,7 +44,7 @@   other-modules:    build-depends:-      aeson       >= 0.8 && < 1.2+      aeson       >= 0.8 && < 1.3     , base        >= 4.6 && < 4.12     , network-uri == 2.6.*     , text        == 1.2.*@@ -74,11 +74,11 @@       hspec-discover:hspec-discover == 2.4.*    build-depends:-      aeson          >= 0.8 && < 1.2+      aeson          >= 0.8 && < 1.3     , base           >= 4.6 && < 4.12     , hspec          == 2.4.*     , network-uri    == 2.6.*-    , QuickCheck     == 2.9.*+    , QuickCheck     >= 2.9 && < 2.11     , test-invariant == 0.4.*     , text           == 1.2.*