|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.6.1.1
|
|
|
|
|
Version: 0.6.2.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Simple ANSI terminal support
|
|
|
|
|
|
|
|
|
@ -23,8 +23,6 @@ BuildRequires: ghc-unix-devel
|
|
|
|
|
%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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
@ -68,6 +66,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 28 2014 Jens Petersen <petersen@redhat.com> - 0.6.2.1-1
|
|
|
|
|
- update to 0.6.2.1
|
|
|
|
|
|
|
|
|
|
* Fri Sep 19 2014 Jens Petersen <petersen@redhat.com> - 0.6.1.1-1
|
|
|
|
|
- update to 0.6.1.1
|
|
|
|
|
- refresh to cblrpm-0.8.11
|
|
|
|
|