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:
Andrew Clemons 2022-02-22 20:04:48 +13:00 committed by Willy Sudiarto Raharjo
parent d5902c436c
commit bcde7fa97b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View file

@ -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 \

View file

@ -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"