haskell/haskell-unliftio-core: Fix build on -current.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2022-01-07 14:36:30 +13:00
parent ceabaf3270
commit a7ddd4e9b0
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 6 additions and 3 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-unliftio-core
VERSION=${VERSION:-0.2.0.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
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-unliftio-core"
VERSION="0.2.0.1"
HOMEPAGE="https://hackage.haskell.org/package/unliftio-core"
DOWNLOAD="https://hackage.haskell.org/packages/archive/unliftio-core/0.2.0.1/unliftio-core-0.2.0.1.tar.gz"
MD5SUM="c0d5e28f401241b73789dd8b75791d42"
DOWNLOAD="https://hackage.haskell.org/packages/archive/unliftio-core/0.2.0.1/unliftio-core-0.2.0.1.tar.gz \
https://hackage.haskell.org/package/unliftio-core-0.2.0.1/revision/2.cabal"
MD5SUM="c0d5e28f401241b73789dd8b75791d42 \
e480166f2c67be28f9aabc735ae3c8c3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc"