diff --git a/ansi-terminal-0.10.1.tar.gz b/ansi-terminal-0.10.1.tar.gz new file mode 100644 index 0000000..95ef399 --- /dev/null +++ b/ansi-terminal-0.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31397cff165772b6c3725583cd45e535145945ad7dd5251a79342c84cc4726ac +size 35615 diff --git a/ansi-terminal-0.9.1.tar.gz b/ansi-terminal-0.9.1.tar.gz deleted file mode 100644 index 6277b7b..0000000 --- a/ansi-terminal-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74088e80b33ba680f7c46137d25bfcca6fa8795bc2d097e4e0435b3c41a320fb -size 34756 diff --git a/ghc-ansi-terminal.changes b/ghc-ansi-terminal.changes index ba9ec37..a95198f 100644 --- a/ghc-ansi-terminal.changes +++ b/ghc-ansi-terminal.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Oct 6 02:03:01 UTC 2019 - psimons@suse.com + +- Update ansi-terminal to version 0.10.1. + Version 0.10.1 + -------------- + + * Add `hGetCursorPosition` and `hGetTerminalSize`. + * On Unix-like operating systems, fix a bug where `getReportedCursorPosition` + could block indefinitely if no information was forthcoming on the console + input stream. + * Improvements to Haddock documentation. + +------------------------------------------------------------------- +Fri Sep 6 06:39:58 UTC 2019 - psimons@suse.com + +- Update ansi-terminal to version 0.10. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/ansi-terminal-0.10/src/CHANGELOG.md + ------------------------------------------------------------------- Mon May 13 02:02:17 UTC 2019 - psimons@suse.com diff --git a/ghc-ansi-terminal.spec b/ghc-ansi-terminal.spec index cf86c2e..9574d18 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.9.1 +Version: 0.10.1 Release: 0 Summary: Simple ANSI terminal support, with Windows compatibility License: BSD-3-Clause