summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-12-19 09:45:01 +0100
committer Andrew Clemons2022-01-17 06:13:40 +0100
commit7a32fec940ad0214c526c909bbababf5d13f688e (patch)
tree3f0f46bc239a835193da2d9db0bbd1cd69d1969a
parentfbaced151331a34dd9ca01f4d21f50972fd324e4 (diff)
downloadslackbuilds-7a32fec940ad0214c526c909bbababf5d13f688e.tar.gz
haskell/haskell-exceptions: Updated for version 0.10.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r--haskell/haskell-exceptions/haskell-exceptions.SlackBuild2
-rw-r--r--haskell/haskell-exceptions/haskell-exceptions.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-exceptions/haskell-exceptions.SlackBuild b/haskell/haskell-exceptions/haskell-exceptions.SlackBuild
index 0e88e61d32..9438f5d36f 100644
--- a/haskell/haskell-exceptions/haskell-exceptions.SlackBuild
+++ b/haskell/haskell-exceptions/haskell-exceptions.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-exceptions
-VERSION=${VERSION:-0.10.0}
+VERSION=${VERSION:-0.10.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/haskell/haskell-exceptions/haskell-exceptions.info b/haskell/haskell-exceptions/haskell-exceptions.info
index 96c5b61b93..a0c7eb1963 100644
--- a/haskell/haskell-exceptions/haskell-exceptions.info
+++ b/haskell/haskell-exceptions/haskell-exceptions.info
@@ -1,8 +1,8 @@
PRGNAM="haskell-exceptions"
-VERSION="0.10.0"
+VERSION="0.10.4"
HOMEPAGE="https://hackage.haskell.org/package/exceptions"
-DOWNLOAD="https://hackage.haskell.org/package/exceptions-0.10.0/exceptions-0.10.0.tar.gz"
-MD5SUM="a512a57a40f004f80a36eb152b625769"
+DOWNLOAD="https://hackage.haskell.org/package/exceptions-0.10.4/exceptions-0.10.4.tar.gz"
+MD5SUM="7eaaf5cf3e4a4aca8919fa7f5aa5f203"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-transformers-compat"