summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-12-19 09:54:55 +0100
committer Andrew Clemons2022-01-17 06:13:41 +0100
commit302717d062a51403c44bb8f8586047403de1c0e6 (patch)
treeaaca6048d7cafad884a1a9a73c586f4a484a6e35
parent0df235400f965f810daa05662ec610266aa93d19 (diff)
downloadslackbuilds-302717d062a51403c44bb8f8586047403de1c0e6.tar.gz
haskell/haskell-strict: Updated for version 0.4.0.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r--haskell/haskell-strict/haskell-strict.SlackBuild3
-rw-r--r--haskell/haskell-strict/haskell-strict.info10
2 files changed, 8 insertions, 5 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 \
diff --git a/haskell/haskell-strict/haskell-strict.info b/haskell/haskell-strict/haskell-strict.info
index 1398fec01e..6b8de709f1 100644
--- a/haskell/haskell-strict/haskell-strict.info
+++ b/haskell/haskell-strict/haskell-strict.info
@@ -1,10 +1,12 @@
PRGNAM="haskell-strict"
-VERSION="0.3.2"
+VERSION="0.4.0.1"
HOMEPAGE="https://hackage.haskell.org/package/strict"
-DOWNLOAD="https://hackage.haskell.org/packages/archive/strict/0.3.2/strict-0.3.2.tar.gz"
-MD5SUM="35442576f7bd5b12b961c64144c6cb2d"
+DOWNLOAD="https://hackage.haskell.org/packages/archive/strict/0.4.0.1/strict-0.4.0.1.tar.gz \
+ https://hackage.haskell.org/package/strict-0.4.0.1/revision/3.cabal"
+MD5SUM="238bd8d349b2353da531b211c1307197 \
+ 48eac0c3d7497e28c26aa6e6d98fde98"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="ghc"
+REQUIRES="haskell-these"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"