update to 0.7.1.1

epel9
Jens Petersen 7 years ago
parent 2761e5d6fe
commit 4261720510

1
.gitignore vendored

@ -4,3 +4,4 @@
/ansi-terminal-0.6.1.1.tar.gz
/ansi-terminal-0.6.2.1.tar.gz
/ansi-terminal-0.6.2.3.tar.gz
/ansi-terminal-0.7.1.1.tar.gz

@ -5,8 +5,8 @@
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
Version: 0.6.2.3
Release: 5%{?dist}
Version: 0.7.1.1
Release: 1%{?dist}
Summary: Simple ANSI terminal support
License: BSD
@ -16,14 +16,13 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-unix-devel
BuildRequires: ghc-colour-devel
# End cabal-rpm deps
%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
@ -76,6 +75,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.7.1.1-1
- update to 0.7.1.1
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

@ -1 +1 @@
8afe9864ce4600841a83febb40a2c753 ansi-terminal-0.6.2.3.tar.gz
SHA512 (ansi-terminal-0.7.1.1.tar.gz) = 24a4bbac47c8616c46eae118bac05b9bda8390b5819c8b78b8b542ad5e9e0657e3898ae54f732ae5b9fc27fe629bd52a0216441833cb20b0ab2f66f3640d1ddc

Loading…
Cancel
Save