diff options
author | pgj <pgj@FreeBSD.org> | 2010-05-22 05:49:50 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2010-05-22 05:49:50 +0800 |
commit | 711ffe517d9f9cdc021be115e55b1a179dbbdb96 (patch) | |
tree | 77c5cd62ae6c88d423b9505dd25f4c92731c173a /lang | |
parent | d938ba775380a1aa87e6735ab3b698d8e78d1296 (diff) | |
download | freebsd-ports-gnome-711ffe517d9f9cdc021be115e55b1a179dbbdb96.tar.gz freebsd-ports-gnome-711ffe517d9f9cdc021be115e55b1a179dbbdb96.tar.zst freebsd-ports-gnome-711ffe517d9f9cdc021be115e55b1a179dbbdb96.zip |
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.
WWW: http://batterseapower.github.com/ansi-terminal
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index e84b72c43170..1bbaac54839e 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -15,6 +15,7 @@ alex_port= devel/hs-alex # executable Agda_port= math/hs-Agda # executable Agda-executable_port= math/hs-Agda-executable # executable ALUT_port= audio/hs-ALUT +ansi-terminal_port= devel/hs-ansi-terminal arrows_port= devel/hs-arrows binary_port= devel/hs-binary-ghc bio_port= science/hs-bio |