Browse Source
haskell/haskell-regex-applicative: Updated for version 0.3.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
pull/53/head
David Spencer
7 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with
6 additions and
6 deletions
-
haskell/haskell-regex-applicative/README
-
haskell/haskell-regex-applicative/haskell-regex-applicative.SlackBuild
-
haskell/haskell-regex-applicative/haskell-regex-applicative.info
|
|
@ -1,4 +1,4 @@ |
|
|
|
regex-applicative is a Haskell library for parsing using regular |
|
|
|
regex-applicative is a Haskell library for parsing using regular |
|
|
|
expressions. Parsers can be built using Applicative interface. |
|
|
|
|
|
|
|
Perl programmers often use regular expressions for parsing, even if it is not |
|
|
|
|
|
@ -33,7 +33,7 @@ GHC_VERSION=$(ghc --numeric-version) |
|
|
|
|
|
|
|
if [ -z "$ARCH" ]; then |
|
|
|
case "$( uname -m )" in |
|
|
|
i?86) ARCH=i486 ;; |
|
|
|
i?86) ARCH=i586 ;; |
|
|
|
arm*) ARCH=arm ;; |
|
|
|
*) ARCH=$( uname -m ) ;; |
|
|
|
esac |
|
|
@ -44,8 +44,8 @@ TMP=${TMP:-/tmp/SBo} |
|
|
|
PKG=$TMP/package-$PRGNAM |
|
|
|
OUTPUT=${OUTPUT:-/tmp} |
|
|
|
|
|
|
|
if [ "$ARCH" = "i486" ]; then |
|
|
|
SLKCFLAGS="-O2 -march=i486 -mtune=i686" |
|
|
|
if [ "$ARCH" = "i586" ]; then |
|
|
|
SLKCFLAGS="-O2 -march=i586 -mtune=i686" |
|
|
|
LIBDIRSUFFIX="" |
|
|
|
elif [ "$ARCH" = "i686" ]; then |
|
|
|
SLKCFLAGS="-O2 -march=i686 -mtune=i686" |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
PRGNAM="haskell-regex-applicative" |
|
|
|
VERSION="0.3.3" |
|
|
|
HOMEPAGE="http://hackage.haskell.org/package/regex-applicative" |
|
|
|
DOWNLOAD="http://hackage.haskell.org/package/regex-applicative-0.3.3/regex-applicative-0.3.3.tar.gz" |
|
|
|
HOMEPAGE="https://hackage.haskell.org/package/regex-applicative" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/package/regex-applicative-0.3.3/regex-applicative-0.3.3.tar.gz" |
|
|
|
MD5SUM="2743ebb412c8e7bfee34f0c9400209e5" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|