|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|