concurrent-output 1.10.13 → 1.10.14
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~ansi-terminalPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ansi-terminal
API changes (from Hackage documentation)
Files
- CHANGELOG +6/−0
- concurrent-output.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,9 @@+concurrent-output (1.10.14) unstable; urgency=medium++ * Allow ansi-terminal-0.11.1.++ -- Joey Hess <id@joeyh.name> Wed, 24 Nov 2021 09:18:20 -0400+ concurrent-output (1.10.13) unstable; urgency=medium * outputConcurrent and errorConcurrent are now safe to call from a thread
concurrent-output.cabal view
@@ -1,5 +1,5 @@ Name: concurrent-output-Version: 1.10.13+Version: 1.10.14 Cabal-Version: >= 1.10 License: BSD2 Maintainer: Joey Hess <id@joeyh.name>@@ -39,7 +39,7 @@ , directory (>= 1.2.0 && < 1.4.0) , transformers (>= 0.3.0 && < 0.6.0) , exceptions (>= 0.6.0 && < 0.11.0)- , ansi-terminal (>= 0.6.0 && < 0.11.0)+ , ansi-terminal (>= 0.6.0 && < 0.12.0) , terminal-size (>= 0.3.0 && < 0.4.0) Exposed-Modules: System.Console.Concurrent