OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ansi-terminal?expand=0&rev=35
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Nov 21 03:01:34 UTC 2019 - psimons@suse.com
|
|
|
|
- Update ansi-terminal to version 0.10.2.
|
|
Version 0.10.2
|
|
--------------
|
|
|
|
* `hGetTerminalSize` now assumes a terminal is no bigger than 9,999 by 9,999
|
|
(previously, no bigger than 999 by 999).
|
|
* On Windows, fix a bug where emulated cursor movement functions differed from
|
|
Windows 10 (movement bounded by the current viewport).
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 6 02:03:08 UTC 2019 - psimons@suse.com
|
|
|
|
- Update ansi-terminal to version 0.10.1.
|
|
Version 0.10.1
|
|
--------------
|
|
|
|
* Add `hGetCursorPosition` and `hGetTerminalSize`.
|
|
* On Unix-like operating systems, fix a bug where `getReportedCursorPosition`
|
|
could block indefinitely if no information was forthcoming on the console
|
|
input stream.
|
|
* Improvements to Haddock documentation.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 6 06:34:49 UTC 2019 - psimons@suse.com
|
|
|
|
- Update ansi-terminal to version 0.10.
|
|
Upstream has edited the change log file since the last release in
|
|
a non-trivial way, i.e. they did more than just add a new entry
|
|
at the top. You can review the file at:
|
|
http://hackage.haskell.org/package/ansi-terminal-0.10/src/CHANGELOG.md
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 28 17:31:08 UTC 2019 - psimons@suse.com
|
|
|
|
- Add ansi-terminal at version 0.9.1.
|
|
|