packages feed

network-uri-json 0.3.0.0 → 0.3.1.1

raw patch · 2 files changed

+15/−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 view
@@ -1,5 +1,16 @@ # Revision history for network-uri-json +## 0.3.1.1  -- 2019-02-21++* Update cabal.config for cloudbuild.+* Integrate cloudbuild fixes from network-arbitrary.+* Use new-sidst rather than sdist.++## 0.3.1.0  -- 2019-02-01++* Remove GHC 8.2.1 from testing.+* Update hspec and hspec-discover.+ ## 0.3.0.0  -- 2018-12-28  * Update base.
network-uri-json.cabal view
@@ -1,5 +1,5 @@ name:                network-uri-json-version:             0.3.0.0+version:             0.3.1.1 synopsis:            FromJSON and ToJSON Instances for Network.URI  description:@@ -15,7 +15,7 @@ category:            Network 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@@ -69,12 +69,12 @@     , Network.URI.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-    , hspec             >= 2.4 && < 2.7+    , hspec             >= 2.4 && < 2.8     , network-arbitrary >= 0.3 && < 0.5     , network-uri       == 2.6.*     , test-invariant    == 0.4.*