haskell/haskell-test-framework-quickcheck2: 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:16:01 +13:00 committed by Willy Sudiarto Raharjo
parent 3abcf9f91c
commit 8d4fb4dbbe
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View File

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-test-framework-quickcheck2
VERSION=${VERSION:-0.3.0.5}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
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/3.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,10 +1,12 @@
PRGNAM="haskell-test-framework-quickcheck2"
VERSION="0.3.0.5"
HOMEPAGE="https://hackage.haskell.org/package/test-framework-quickcheck2"
DOWNLOAD="https://hackage.haskell.org/packages/archive/test-framework-quickcheck2/0.3.0.5/test-framework-quickcheck2-0.3.0.5.tar.gz"
MD5SUM="36e647fb6df62c1ab06a8c85d2b348ec"
DOWNLOAD="https://hackage.haskell.org/packages/archive/test-framework-quickcheck2/0.3.0.5/test-framework-quickcheck2-0.3.0.5.tar.gz \
https://hackage.haskell.org/package/test-framework-quickcheck2-0.3.0.5/revision/3.cabal"
MD5SUM="36e647fb6df62c1ab06a8c85d2b348ec \
893656687d863942a68a59d066f5c146"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-extensible-exceptions haskell-QuickCheck haskell-test-framework"
REQUIRES="haskell-QuickCheck haskell-test-framework"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"