diff --git a/ansi-terminal-0.6.3.1.tar.gz b/ansi-terminal-0.6.3.1.tar.gz deleted file mode 100644 index 5489730..0000000 --- a/ansi-terminal-0.6.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:458f98e0c9217897f0ff07f730cfc3ed380089936fb31942aec31bb336608095 -size 30199 diff --git a/ansi-terminal-0.7.1.1.tar.gz b/ansi-terminal-0.7.1.1.tar.gz new file mode 100644 index 0000000..53ea0a1 --- /dev/null +++ b/ansi-terminal-0.7.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc87697dfff772f7fbb4fe49e29c366b184f9ad288520831a9e0b572aa554fc +size 26275 diff --git a/ghc-ansi-terminal.changes b/ghc-ansi-terminal.changes index 157e07a..4fd5b56 100644 --- a/ghc-ansi-terminal.changes +++ b/ghc-ansi-terminal.changes @@ -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 diff --git a/ghc-ansi-terminal.spec b/ghc-ansi-terminal.spec index 7f71872..9213b9d 100644 --- a/ghc-ansi-terminal.spec +++ b/ghc-ansi-terminal.spec @@ -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