summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-strict/haskell-strict.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-strict/haskell-strict.SlackBuild')
-rw-r--r--haskell/haskell-strict/haskell-strict.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-strict/haskell-strict.SlackBuild b/haskell/haskell-strict/haskell-strict.SlackBuild
index 121e3475ca..1ca84f6322 100644
--- a/haskell/haskell-strict/haskell-strict.SlackBuild
+++ b/haskell/haskell-strict/haskell-strict.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-strict
-VERSION=${VERSION:-0.3.2}
+VERSION=${VERSION:-0.4.0.1}
BUILD=${BUILD:-1}
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 \