osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-ansi-terminal revision:7, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ansi-terminal?expand=0&rev=30
This commit is contained in:
Peter Simons 2019-01-28 02:01:25 +00:00 committed by Git OBS Bridge
parent c13b359991
commit 7a5dd41774
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 Mon Oct 29 09:03:23 UTC 2018 - psimons@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-ansi-terminal # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%global pkg_name ansi-terminal %global pkg_name ansi-terminal
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.8.2 Version: 0.9
Release: 0 Release: 0
Summary: Simple ANSI terminal support, with Windows compatibility Summary: Simple ANSI terminal support, with Windows compatibility
License: BSD-3-Clause License: BSD-3-Clause