Accepting request 646353 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/646353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-ansi-terminal?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2018-11-09 06:51:50 +00:00 committed by Git OBS Bridge
commit 284deaca09
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ef38bbff7e703f964a4c0a1f17b851a6eadcaeffbe01697599eda5a6842a4ba
size 30375

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90a7324811e7da0d0aecd66454b1622e3b1ee22ed09bbdae379c0ff079d2fa90
size 31357

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Oct 29 09:03:23 UTC 2018 - psimons@suse.com
- Update ansi-terminal to version 0.8.2.
Version 0.8.2
-------------
* Add `getCursorPosition0` and deprecate `getCursorPosition`. Any position
provided by the latter is 1-based. Any position provided by the former is
0-based, consistent with `setCursorColumn` and `setCursorPosition`.
* Improvements to Haddock documentation in respect of 0-based and 1-based
cursor positions.
-------------------------------------------------------------------
Thu Oct 4 09:42:57 UTC 2018 - psimons@suse.com

View File

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