haskell/haskell-scientific: Updated for version 0.3.7.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2021-12-28 17:15:01 +13:00
parent 714ceccbe1
commit 61bc63c820
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with 7 additions and 4 deletions

View File

@ -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 \

View File

@ -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"