haskell/haskell-test-framework: Fix build.

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-13 09:24:28 +13:00 committed by Willy Sudiarto Raharjo
parent 3c273d1812
commit 3abcf9f91c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 2 deletions

View file

@ -77,6 +77,7 @@ cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
cat $CWD/8.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-test-framework"
VERSION="0.8.2.0"
HOMEPAGE="https://hackage.haskell.org/package/test-framework"
DOWNLOAD="https://hackage.haskell.org/packages/archive/test-framework/0.8.2.0/test-framework-0.8.2.0.tar.gz"
MD5SUM="a7e351ab89c8513d2e41f5179c72e985"
DOWNLOAD="https://hackage.haskell.org/packages/archive/test-framework/0.8.2.0/test-framework-0.8.2.0.tar.gz \
https://hackage.haskell.org/package/test-framework-0.8.2.0/revision/8.cabal"
MD5SUM="a7e351ab89c8513d2e41f5179c72e985\
26f4e157fbecb21dcc0d159686918d61"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-extensible-exceptions haskell-ansi-wl-pprint haskell-hostname haskell-old-locale haskell-random haskell-regex-posix haskell-xml"