concurrent-output 1.7.2 → 1.7.3
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~async
Dependency ranges changed: async
Files
- CHANGELOG +6/−0
- concurrent-output.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,9 @@+concurrent-output (1.7.3) unstable; urgency=medium++ * Update async dep to allow 2.1.++ -- Joey Hess <id@joeyh.name> Tue, 05 Jan 2016 14:07:43 -0400+ concurrent-output (1.7.2) unstable; urgency=medium * Running a process within displayConsoleRegions caused a small
concurrent-output.cabal view
@@ -1,5 +1,5 @@ Name: concurrent-output-Version: 1.7.2+Version: 1.7.3 Cabal-Version: >= 1.8 License: BSD2 Maintainer: Joey Hess <id@joeyh.name>@@ -32,7 +32,7 @@ GHC-Options: -Wall -fno-warn-tabs -O2 Build-Depends: base (>= 4.6), base < 5 , text (>= 0.11.0 && < 1.3.0)- , async (>= 2.0 && < 2.1)+ , async (>= 2.0 && < 2.2) , stm (>= 2.0 && < 2.5) , process (>= 1.1.0 && < 1.4.0) , directory (>= 1.2.0 && < 1.3.0)