Accepting request 737188 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/737188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-ansi-terminal?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2019-10-18 12:33:38 +00:00 committed by Git OBS Bridge
commit b0bef4ee3a
4 changed files with 26 additions and 4 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31397cff165772b6c3725583cd45e535145945ad7dd5251a79342c84cc4726ac
size 35615

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74088e80b33ba680f7c46137d25bfcca6fa8795bc2d097e4e0435b3c41a320fb
size 34756

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Oct 6 02:03:01 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:39:58 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
-------------------------------------------------------------------
Mon May 13 02:02:17 UTC 2019 - psimons@suse.com

View File

@ -18,7 +18,7 @@
%global pkg_name ansi-terminal
Name: ghc-%{pkg_name}
Version: 0.9.1
Version: 0.10.1
Release: 0
Summary: Simple ANSI terminal support, with Windows compatibility
License: BSD-3-Clause