mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/haskell-haskeline: Updated for version 0.6.3.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
84515da5fd
commit
0b12496f01
3 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue