AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update concurrent-output to version 1.10.15. concurrent-output (1.10.15) unstable; urgency=medium * Allow text-2.0 - - Joey Hess <id@joeyh.name> Fri, 04 Feb 2022 15:32:58 -0400 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 that receives async exceptions. * Fix compilation with GHC head. (Thanks, Ellie Hermaszewska) - - Joey Hess <id@joeyh.name> Mon, 22 Nov 2021 11:19:21 -0400
- disable %{ix86} build
- Replace %setup -q with the more modern %autosetup macro.
- Update concurrent-output to version 1.10.12. concurrent-output (1.10.12) unstable; urgency=medium * Bugfix: createProcessConcurrent would sometimes send the process's output to the console when it was supposed to be piped to a handle. (1.7.5 introduced this bug) * System.Console.Regions should be safe to use in a thread that receives async exceptions; displayConsoleRegions and withConsoleRegion have been made async exception safe. (However, System.Console.Concurrent is not async exception safe.) * Improve documentation about when withConcurrentOutput should be used. * Remove some unused code. * Allow building with older ansi-terminal versions, not only 0.9+. - - Joey Hess <id@joeyh.name> Wed, 10 Jun 2020 17:22:39 -0400
- Add concurrent-output at version 1.10.11.