libraries/haskell-haskeline: Updated for version 0.6.3.2.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2011-01-09 12:05:56 -05:00 committed by Robby Workman
parent 84515da5fd
commit 0b12496f01
3 changed files with 12 additions and 12 deletions

View file

@ -1,10 +1,10 @@
haskell-haskeline (A command-line interface for user input)
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 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.
This requires ghc, haskell-mtl, haskell-terminfo, and haskell-utf8-string.
This requires ghc, haskell-transformers, haskell-mtl,
haskell-terminfo, and haskell-utf8-string.
After uninstalling, run this command to unregister the package from the ghc
package database: ghc-pkg recache

View file

@ -6,11 +6,11 @@
# Public domain.
PRGNAM=haskell-haskeline
VERSION=${VERSION:-0.6.3.1}
VERSION=${VERSION:-0.6.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=haskeline
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
GHC_VERSION=$(ghc --numeric-version)

View file

@ -1,10 +1,10 @@
PRGNAM="haskell-haskeline"
VERSION="0.6.3.1"
VERSION="0.6.3.2"
HOMEPAGE="http://hackage.haskell.org/package/haskeline"
DOWNLOAD="http://hackage.haskell.org/packages/archive/haskeline/0.6.3.1/haskeline-0.6.3.1.tar.gz"
MD5SUM="6d2aa86af220c9cd6d36948967497d93"
DOWNLOAD="http://hackage.haskell.org/packages/archive/haskeline/0.6.3.2/haskeline-0.6.3.2.tar.gz"
MD5SUM="d75863f63a1cfb499d0198e4f28ac2af"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
APPROVED="rworkman"
APPROVED="dsomero"