summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild')
-rw-r--r--haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild b/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild
index 36e5e9f0c9..060e72a9db 100644
--- a/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild
+++ b/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-unliftio-core
-VERSION=${VERSION:-0.1.2.0}
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-0.2.0.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 \