haskell@gentoo.org Gentoo Haskell Haskeline provides a user interface for line input in command-line programs. This library is similar in purpose to readline, but since it is written in Haskell it is (hopefully) more easily used in other Haskell programs. Haskeline runs both on POSIX-compatible systems and on Windows. Use the terminfo package for POSIX consoles. Explicitly link against the libiconv library. Use legacy iconv encoding for POSIX. This is only intended for testing. judah/haskeline