summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-haskeline/DETAILS
blob: 8e30a6a9332c3eae21eb0cdf0ca277ff3035aefa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
           SPELL=haskell-haskeline
         VERSION=0.7.0.3
          SOURCE="haskeline-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/haskeline/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:85c4749d2f8daa05731dd28ff645dfbd7e9c694b8e199af0312a2c8f1dc86fa2911e50a0906dd58ee019545b0bb63108aabdab36ba5ae9417e365717ad824a6e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/haskeline-${VERSION}"
        WEB_SITE="Homepage:       http://trac.haskell.org/haskeline"
      LICENSE[0]=BSD3
         ENTERED=20130303
           SHORT="a command-line interface for user input, written in Haskell"
cat << EOF
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.
EOF