mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
haskell/haskell-polyparse: Updated for version 1.13.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8406f0ec66
commit
d1c42b5794
2 changed files with 7 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=haskell-polyparse
|
||||
VERSION=${VERSION:-1.12}
|
||||
VERSION=${VERSION:-1.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -76,6 +76,7 @@ cd $TMP
|
|||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
cat $CWD/3.cabal > $SRCNAM.cabal
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="haskell-polyparse"
|
||||
VERSION="1.12"
|
||||
VERSION="1.13"
|
||||
HOMEPAGE="https://hackage.haskell.org/package/polyparse"
|
||||
DOWNLOAD="https://hackage.haskell.org/package/polyparse-1.12/polyparse-1.12.tar.gz"
|
||||
MD5SUM="d925e7a465a65c1b41b8acc40cc19d39"
|
||||
DOWNLOAD="https://hackage.haskell.org/package/polyparse-1.13/polyparse-1.13.tar.gz \
|
||||
https://hackage.haskell.org/package/polyparse-1.13/revision/3.cabal"
|
||||
MD5SUM="6656b800ff52a842ca0fd8083bad2e7d \
|
||||
c661c24fc735f579336458c829ac45c8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ghc"
|
||||
|
|
Loading…
Reference in a new issue