concurrent-output 1.7.3 → 1.7.4
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~processPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: process
API changes (from Hackage documentation)
Files
- CHANGELOG +6/−0
- concurrent-output.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,9 @@+concurrent-output (1.7.4) unstable; urgency=medium++ * Update process dep to allow 1.4.++ -- Joey Hess <id@joeyh.name> Sat, 12 Mar 2016 13:17:59 -0400+ concurrent-output (1.7.3) unstable; urgency=medium * Update async dep to allow 2.1.
concurrent-output.cabal view
@@ -1,5 +1,5 @@ Name: concurrent-output-Version: 1.7.3+Version: 1.7.4 Cabal-Version: >= 1.8 License: BSD2 Maintainer: Joey Hess <id@joeyh.name>@@ -34,7 +34,7 @@ , text (>= 0.11.0 && < 1.3.0) , async (>= 2.0 && < 2.2) , stm (>= 2.0 && < 2.5)- , process (>= 1.1.0 && < 1.4.0)+ , process (>= 1.1.0 && < 1.5.0) , directory (>= 1.2.0 && < 1.3.0) , transformers (>= 0.3.0 && < 0.5.0) , exceptions (>= 0.6.0 && < 0.9.0)