osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-ansi-terminal revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ansi-terminal?expand=0&rev=26
This commit is contained in:
Peter Simons 2018-05-15 18:23:19 +00:00 committed by Git OBS Bridge
parent da83002b5f
commit 115f935ffa

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update ansi-terminal to version 0.8.0.4.
* On Windows, `hSupportsANSI` now recognises if the handle is connected to a
'mintty' terminal.
* On Windows, try to enable ANSI on ConHost terminals even if a TERM environment
variable exits (such as with the Hyper 2 terminal)
* Minor improvements to Haddock documentation
* Improve README and Haddock documentation
* On Windows, fix compatability with earlier GHC versions
* Drop support for GHC versions before 6.12.1 (released December 2009)
* On Windows, if the standard output channel is valid but not a ConHost
terminal, assume it is ANSI-enabled rather than failing
* On Windows, output the improved error message to the standard error channel
rather than the standard output channel
* Make the fields of `SGR` strict
* Make compatible with GHC 8.2.2
* Improve the error message on Windows when not ANSI-capable or ConHost
* Recognise Appveyor build environment as ANSI-enabled
`getReportedCursorPosition`: don't let the cursor reporting code be echo'd
* Allow saving, restoring, and querying the current cursor position
* Fix a couple of issues with the Reset emulation on Windows
* Add 24-bit RGB color support
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com