haskell/haskell-async: Updated for version 2.2.4.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2022-01-07 11:28:50 +13:00
parent e5b2667ce1
commit cfd894010e
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 7 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-async
VERSION=${VERSION:-2.2.3}
VERSION=${VERSION:-2.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -77,6 +77,7 @@ cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
cat $CWD/1.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-async"
VERSION="2.2.3"
VERSION="2.2.4"
HOMEPAGE="https://hackage.haskell.org/package/async"
DOWNLOAD="https://hackage.haskell.org/package/async-2.2.3/async-2.2.3.tar.gz"
MD5SUM="4ce524510bcc08d46c440f3a152d061a"
DOWNLOAD="https://hackage.haskell.org/package/async-2.2.4/async-2.2.4.tar.gz \
https://hackage.haskell.org/package/async-2.2.4/revision/1.cabal"
MD5SUM="ab045e22a02b07d8806086053c9a7fe0 \
a895bb2e6224fefbddd0059263554628"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-hashable"