aboutsummaryrefslogtreecommitdiff
path: root/haskell/haskell-scientific/haskell-scientific.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2021-12-28 17:15:01 +1300
committerAndrew Clemons <andrew.clemons@gmail.com>2022-01-17 18:13:43 +1300
commit61bc63c8209453ac2a3d93b5525931f6e16d6afe (patch)
tree1f3f5d2028d4df0347a9e345cb7022c4e310839c /haskell/haskell-scientific/haskell-scientific.SlackBuild
parent714ceccbe1f68940b083a2210857fd91daebe44c (diff)
haskell/haskell-scientific: Updated for version 0.3.7.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell/haskell-scientific/haskell-scientific.SlackBuild')
-rw-r--r--haskell/haskell-scientific/haskell-scientific.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-scientific/haskell-scientific.SlackBuild b/haskell/haskell-scientific/haskell-scientific.SlackBuild
index 26153ddbd9afd..7e45040461e43 100644
--- a/haskell/haskell-scientific/haskell-scientific.SlackBuild
+++ b/haskell/haskell-scientific/haskell-scientific.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-scientific
-VERSION=${VERSION:-0.3.6.2}
+VERSION=${VERSION:-0.3.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -78,6 +78,7 @@ cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
+cat $CWD/1.cabal > $SRCNAM.cabal
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \