osc copypac from project:devel:languages:haskell:lts:10 package:ghc-ansi-terminal revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ansi-terminal?expand=0&rev=19
This commit is contained in:
Peter Simons 2017-12-21 19:42:48 +00:00 committed by Git OBS Bridge
parent 1b82e74b4a
commit 1328437141
4 changed files with 13 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 21 19:13:03 UTC 2017 - psimons@suse.com
- Update to version 0.7.1.1.
A more detailed change log is not available.
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com

View File

@ -18,7 +18,7 @@
%global pkg_name ansi-terminal
Name: ghc-%{pkg_name}
Version: 0.6.3.1
Version: 0.7.1.1
Release: 0
Summary: Simple ANSI terminal support, with Windows compatibility
License: BSD-3-Clause
@ -26,13 +26,13 @@ Group: Development/Libraries/Haskell
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-colour-devel
BuildRequires: ghc-rpm-macros
%description
ANSI terminal support for Haskell: allows cursor movement, screen clearing,
color output showing or hiding the cursor, and changing the title.
Compatible with Windows and those Unixes with ANSI terminals, but only GHC is
supported as a compiler.
color output, showing or hiding the cursor, and changing the title.
Works on UNIX and Windows.
%package devel
Summary: Haskell %{pkg_name} library development files