1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup haskell 1.0 |
---|
5 | haskell.setup haskeline 0.3.2 |
---|
6 | maintainers nomaintainer |
---|
7 | platforms darwin |
---|
8 | |
---|
9 | description A command-line interface for user input, written in Haskell. |
---|
10 | long_description \ |
---|
11 | Haskeline provides a user interface for line input in \ |
---|
12 | command-line programs. This library is similar in purpose \ |
---|
13 | to readline, but since it is written in Haskell it is \ |
---|
14 | (hopefully) more easily used in other Haskell programs. \ |
---|
15 | \ |
---|
16 | Haskeline runs both on POSIX-compatible systems and on \ |
---|
17 | Windows (under MinGW). |
---|
18 | |
---|
19 | checksums md5 19baa8890a8a4f9d93a4a2d961c06f26 \ |
---|
20 | sha1 f5801384a239c4f667d3df172dba600ecb9a39c3 \ |
---|
21 | rmd160 6f50e7a2d5e7c91644b6de032d34bde4fdb4ec70 |
---|
22 | |
---|
23 | depends_build-append port:hs-terminfo port:hs-utf8-string |
---|
24 | |
---|
25 | configure.args-append --enable-library-profiling |
---|
26 | |
---|