update to 0.6.2.1
This commit is contained in:
parent
65899f80b1
commit
74c8e68b6f
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/ansi-terminal-0.5.5.1.tar.gz
|
/ansi-terminal-0.5.5.1.tar.gz
|
||||||
/ansi-terminal-0.6.tar.gz
|
/ansi-terminal-0.6.tar.gz
|
||||||
/ansi-terminal-0.6.1.1.tar.gz
|
/ansi-terminal-0.6.1.1.tar.gz
|
||||||
|
/ansi-terminal-0.6.2.1.tar.gz
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.6.1.1
|
Version: 0.6.2.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple ANSI terminal support
|
Summary: Simple ANSI terminal support
|
||||||
|
|
||||||
@ -23,8 +23,6 @@ BuildRequires: ghc-unix-devel
|
|||||||
%description
|
%description
|
||||||
ANSI terminal support for Haskell: allows cursor movement, screen clearing,
|
ANSI terminal support for Haskell: allows cursor movement, screen clearing,
|
||||||
color output showing or hiding the cursor, and changing the title.
|
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
|
%package devel
|
||||||
@ -68,6 +66,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 19 2014 Jens Petersen <petersen@redhat.com> - 0.6.1.1-1
|
||||||
- update to 0.6.1.1
|
- update to 0.6.1.1
|
||||||
- refresh to cblrpm-0.8.11
|
- refresh to cblrpm-0.8.11
|
||||||
|
Loading…
Reference in New Issue
Block a user