packages feed

network-arbitrary 0.4.0.7 → 0.5.0.0

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~QuickCheckdep ~http-mediaPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, http-media

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for network-arbitrary +## 0.5.0.0  -- 2019-12-13++* Bump upper bounds of dependencies.+ ## 0.4.0.7  -- 2019-02-14  * Use a volume to carry configuration information forward.
network-arbitrary.cabal view
@@ -1,5 +1,5 @@ name:                network-arbitrary-version:             0.4.0.7+version:             0.5.0.0 synopsis:            Arbitrary Instances for Network Types  description:         @@ -49,10 +49,10 @@   build-depends:       base        >= 4.6 && < 4.13     , bytestring  == 0.10.*-    , http-media  >= 0.6 && < 0.8+    , http-media  >= 0.6 && < 0.9     , http-types  >= 0.9 && < 0.13     , network-uri == 2.6.*-    , QuickCheck  >= 2.9 && < 2.13+    , QuickCheck  >= 2.9 && < 2.14    other-extensions:       RecordWildCards@@ -85,10 +85,10 @@     , bytestring       == 0.10.*     , case-insensitive == 1.2.*     , hspec            >= 2.4 && < 2.8-    , http-media       >= 0.6 && < 0.8+    , http-media       >= 0.6 && < 0.9     , http-types       >= 0.9 && < 0.13     , network-uri      == 2.6.*-    , QuickCheck       >= 2.9 && < 2.13+    , QuickCheck       >= 2.9 && < 2.14     , test-invariant   == 0.4.*    other-extensions: