NOTICE: This package has been removed from pkgsrc

./wip/hs-ansi-terminal, Simple ANSI terminal support for Haskell

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.6.1.1, Package name: hs-ansi-terminal-0.6.1.1, Maintainer: pho

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.


Required to run:
[lang/ghc7]

Master sites:

SHA1: faf8404efe511e744c1c907727083df883faf680
RMD160: f50faf38788902400e4a21849cc6415e4f4657e4
Filesize: 13.837 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-01 14:12:10 by Ryosuke Moro | Files touched by this commit (17) | Package removed
Log message:
Remove hs-ansi-terminal, imported to pkgsrc/devel.
Remove hs-stringsearch, imported to pkgsrc/textproc.
   2014-06-24 22:59:20 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.6.1.1
pkgsrc changes: static -> dynamic
CHANGELOG:
Version 0.6.1.1
---------------
Fix to build with GHC 7.8 on Windows
   2013-12-25 20:12:26 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.6.1

CHANGELOG:
Version 0.6.1
* `BoldIntensity` no longer changes background color on Windows
* `setSGR []` was not equivalent to `setSGR [Reset]` on Windows, even though it
  should be according to the documentation. This is now fixed.
   2013-03-02 10:56:07 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to ansi-terminal-0.6

   2011-12-04 13:29:47 by PHO / phonohawk | Files touched by this commit (2)
Log message:
add LICENSE

   2011-01-06 16:23:08 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-ansi-terminal-0.5.5 as wip/hs-ansi-terminal.

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.