concurrent-output 1.10.16 → 1.10.17
raw patch · 2 files changed
+10/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG +7/−0
- concurrent-output.cabal +3/−3
CHANGELOG view
@@ -1,3 +1,10 @@+concurrent-output (1.10.17) unstable; urgency=medium++ * Fix ansi-terminal dependency to only include >= 0.6.2,+ which is needed for hSupportsANSI.++ -- Joey Hess <id@joeyh.name> Tue, 10 Jan 2023 15:40:11 -0400+ concurrent-output (1.10.16) unstable; urgency=medium * Allow transformers-0.6
concurrent-output.cabal view
@@ -1,5 +1,5 @@ Name: concurrent-output-Version: 1.10.16+Version: 1.10.17 Cabal-Version: >= 1.10 License: BSD2 Maintainer: Joey Hess <id@joeyh.name>@@ -8,7 +8,7 @@ Copyright: 2015-2021 Joey Hess, 2009 Joachim Breitner License-File: LICENSE Build-Type: Simple-Category: User Interfaces+Category: User Interfaces, Concurrency Synopsis: Ungarble output from several threads or commands Description: Lets multiple threads and external processes concurrently output to the@@ -39,7 +39,7 @@ , directory (>= 1.2.0 && < 1.4.0) , transformers (>= 0.3.0 && < 0.7.0) , exceptions (>= 0.6.0 && < 0.11.0)- , ansi-terminal (>= 0.6.0 && < 0.12.0)+ , ansi-terminal (>= 0.6.2 && < 0.12.0) , terminal-size (>= 0.3.0 && < 0.4.0) Exposed-Modules: System.Console.Concurrent