aboutsummaryrefslogtreecommitdiff
path: root/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-01-07 14:36:30 +1300
committerAndrew Clemons <andrew.clemons@gmail.com>2022-01-17 18:13:49 +1300
commita7ddd4e9b0134b5c939f48b86fba94e5bd5a402f (patch)
treec381b94a336fed590cdeff10b27f50be22c3245a /haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild
parentceabaf3270bc9f714c3bf1c72d367847d8c93dd9 (diff)
downloadslackbuilds-a7ddd4e9b0134b5c939f48b86fba94e5bd5a402f.tar.xz
haskell/haskell-unliftio-core: Fix build on -current.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild')
-rw-r--r--haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild b/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild
index 8d55d9b41b06..060e72a9db1d 100644
--- a/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild
+++ b/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild
@@ -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 \