mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/haskell-regex-compat: Miscellaneous cleanup.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
87dcca93fb
commit
16c1cf7d42
3 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,4 @@
|
|||
haskell-regex-compat (Replaces/Enhances Text.Regex Haskell library)
|
||||
|
||||
A module layer over regex-posix to replace Text.Regex.
|
||||
A module layer over haskell-regex-posix to replace Text.Regex.
|
||||
|
||||
This requires ghc and haskell-regex-posix.
|
||||
|
||||
|
|
|
@ -5,12 +5,13 @@
|
|||
# Written by Mikko Värri (vmj@linuxbox.fi)
|
||||
# Public domain.
|
||||
|
||||
SRCNAM=regex-compat
|
||||
PRGNAM=haskell-$SRCNAM
|
||||
PRGNAM=haskell-regex-compat
|
||||
VERSION=${VERSION:-0.93.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
|
||||
|
||||
GHC_VERSION=$(ghc --numeric-version)
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
|
|||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue