diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-12-19 21:45:01 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-17 18:13:40 +1300 |
commit | 7a32fec940ad0214c526c909bbababf5d13f688e (patch) | |
tree | 3f0f46bc239a835193da2d9db0bbd1cd69d1969a /haskell | |
parent | fbaced151331a34dd9ca01f4d21f50972fd324e4 (diff) |
haskell/haskell-exceptions: Updated for version 0.10.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-exceptions/haskell-exceptions.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-exceptions/haskell-exceptions.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-exceptions/haskell-exceptions.SlackBuild b/haskell/haskell-exceptions/haskell-exceptions.SlackBuild index 0e88e61d32f09..9438f5d36f81f 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 96c5b61b9357f..a0c7eb1963483 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" |