mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
haskell/haskell-pipes: Updated for version 4.3.16.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d5902c436c
commit
bcde7fa97b
2 changed files with 7 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=haskell-pipes
|
||||
VERSION=${VERSION:-4.3.13}
|
||||
VERSION=${VERSION:-4.3.16}
|
||||
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/2.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-pipes"
|
||||
VERSION="4.3.13"
|
||||
VERSION="4.3.16"
|
||||
HOMEPAGE="https://hackage.haskell.org/package/pipes"
|
||||
DOWNLOAD="https://hackage.haskell.org/package/pipes-4.3.13/pipes-4.3.13.tar.gz"
|
||||
MD5SUM="f5c9355148d9382f4d335c566331ccc5"
|
||||
DOWNLOAD="https://hackage.haskell.org/package/pipes-4.3.16/pipes-4.3.16.tar.gz \
|
||||
https://hackage.haskell.org/package/pipes-4.3.16/revision/2.cabal"
|
||||
MD5SUM="1e12cd828873ff53e7e47340f8bbba0b \
|
||||
46d5a2958e5204c0bcd13b78a0f3fd6c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="haskell-fail haskell-mmorph haskell-void"
|
||||
|
|
Loading…
Reference in a new issue