packages feed

io-streams 1.3.6.0 → 1.3.6.1

raw patch · 2 files changed

+10/−7 lines, 2 filesdep ~processdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: process, time

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,6 @@+# Version 1.3.6.1+- Bumped dependencies on `time` and `process`.+ # Version 1.3.6.0   - Added new fold functions:   ```haskell
io-streams.cabal view
@@ -1,5 +1,5 @@ Name:                io-streams-Version:             1.3.6.0+Version:             1.3.6.1 License:             BSD3 License-file:        LICENSE Category:            Data, Network, IO-Streams@@ -123,11 +123,11 @@                      bytestring-builder >= 0.10  && <0.11,                      network            >= 2.3   && <2.7,                      primitive          >= 0.2   && <0.7,-                     process            >= 1.1   && <1.5,+                     process            >= 1.1   && <1.7,                      text               >= 0.10  && <1.3,-                     time               >= 1.2   && <1.7,+                     time               >= 1.2   && <1.9,                      transformers       >= 0.2   && <0.6,-                     vector             >= 0.7   && <0.12,+                     vector             >= 0.7   && <0.13,                      zlib-bindings      >= 0.1   && <0.2    if impl(ghc >= 7.2)@@ -208,11 +208,11 @@                      mtl                >= 2     && <3,                      network            >= 2.3   && <2.7,                      primitive          >= 0.2   && <0.7,-                     process            >= 1.1   && <1.5,+                     process            >= 1.1   && <1.7,                      text               >= 0.10  && <1.3,-                     time               >= 1.2   && <1.7,+                     time               >= 1.2   && <1.9,                      transformers       >= 0.2   && <0.6,-                     vector             >= 0.7   && <0.12,+                     vector             >= 0.7   && <0.13,                      zlib-bindings      >= 0.1   && <0.2,                       HUnit                      >= 1.2      && <2,