summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2021-12-28 17:15:01 +1300
committer Andrew Clemons <andrew.clemons@gmail.com>2022-01-17 18:13:43 +1300
commit61bc63c8209453ac2a3d93b5525931f6e16d6afe (patch)
tree1f3f5d2028d4df0347a9e345cb7022c4e310839c /haskell
parent714ceccbe1f68940b083a2210857fd91daebe44c (diff)
downloadslackbuilds-61bc63c8209453ac2a3d93b5525931f6e16d6afe.tar.gz
slackbuilds-61bc63c8209453ac2a3d93b5525931f6e16d6afe.tar.xz
haskell/haskell-scientific: Updated for version 0.3.7.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-scientific/haskell-scientific.SlackBuild3
-rw-r--r--haskell/haskell-scientific/haskell-scientific.info8
2 files changed, 7 insertions, 4 deletions
diff --git a/haskell/haskell-scientific/haskell-scientific.SlackBuild b/haskell/haskell-scientific/haskell-scientific.SlackBuild
index 26153ddbd9..7e45040461 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 \
diff --git a/haskell/haskell-scientific/haskell-scientific.info b/haskell/haskell-scientific/haskell-scientific.info
index 261a6f628f..40b254fa52 100644
--- a/haskell/haskell-scientific/haskell-scientific.info
+++ b/haskell/haskell-scientific/haskell-scientific.info
@@ -1,8 +1,10 @@
PRGNAM="haskell-scientific"
-VERSION="0.3.6.2"
+VERSION="0.3.7.0"
HOMEPAGE="https://hackage.haskell.org/package/scientific"
-DOWNLOAD="https://hackage.haskell.org/package/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz"
-MD5SUM="f4f40eec14dd8c9308d8dd478212e4b7"
+DOWNLOAD="https://hackage.haskell.org/package/scientific-0.3.7.0/scientific-0.3.7.0.tar.gz \
+ https://hackage.haskell.org/package/scientific-0.3.7.0/revision/1.cabal"
+MD5SUM="a06f86fd0faae56f2b932a234fbc8a44 \
+ 44e4d7d119fd005538683cb34a1b7b4a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-hashable haskell-integer-logarithms haskell-vector"