Package Release Info

ghc-concurrent-output-1.10.15-bp154.1.11

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-concurrent-output
ghc-concurrent-output-devel

Change Logs

* Fri Feb 04 2022 Peter Simons <psimons@suse.com>
- 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
* Thu Dec 17 2020 Ond?ej SĂșkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Thu Jun 11 2020 psimons@suse.com
- 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
* Tue Jun 09 2020 psimons@suse.com
- Add concurrent-output at version 1.10.11.