Package Release Info

ghc-ansi-terminal-0.10.3-bp153.1.20

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-ansi-terminal
ghc-ansi-terminal-devel

Change Logs

Version: 0.10.3-bp152.1.9
* Thu Feb 27 2020 psimons@suse.com
- Update ansi-terminal to version 0.10.3.
  Version 0.10.3
  - -------------
  * Add `getCursorPosition` as a synonym of `getCursorPosition0` and deprecate the
    latter.
* Thu Nov 21 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).
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Sun Oct 06 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 06 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
* Mon May 13 2019 psimons@suse.com
- Update ansi-terminal to version 0.9.1.
  Version 0.9.1
  - ------------
  * Flag modules with GHC's 'Safe Haskell' language extensions (from GHC 7.2.1).
  * Improvements and corrections to Haddock documentation.