haskell/haskell-exceptions: Updated for version 0.10.4.

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

View File

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

View File

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