Accepting request 674294 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/674294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-ansi-terminal?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2019-02-17 11:19:50 +00:00 committed by Git OBS Bridge
commit 5c85186e51
4 changed files with 19 additions and 5 deletions

View File

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

3
ansi-terminal-0.9.tar.gz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Jan 27 03:01:38 UTC 2019 - psimons@suse.com
- Update ansi-terminal to version 0.9.
Version 0.9
-----------
* Add support for 256-color palettes with new `SetPaletteColor` constructor of
`SGR` type, and `xterm6LevelRGB`, `xterm24LevelGray` and `xtermSystem`.
* Remove deprecated `getCursorPosition`. (Use `getCursorPosition0` instead.)
* Add `hSupportsANSIColor`.
* Add `getTerminalSize`.
* Improvements to Haddock documentation.
-------------------------------------------------------------------
Mon Oct 29 09:03:23 UTC 2018 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-ansi-terminal
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%global pkg_name ansi-terminal
Name: ghc-%{pkg_name}
Version: 0.8.2
Version: 0.9
Release: 0
Summary: Simple ANSI terminal support, with Windows compatibility
License: BSD-3-Clause