diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-11 22:36:43 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 00:29:45 +0700 |
commit | 07e69f7ce68f6181c4ab96b5b651c6e285b48ecf (patch) | |
tree | 9dd0ca54f057d8842895b9452ae443a57bdf1757 /haskell/haskell-th-utilities | |
parent | f6c45c2c9be3907b673880a1d99865b1ef4ab16e (diff) |
haskell/haskell-th-utilities: Updated for version 0.2.4.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-th-utilities')
-rw-r--r-- | haskell/haskell-th-utilities/haskell-th-utilities.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-th-utilities/haskell-th-utilities.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-th-utilities/haskell-th-utilities.SlackBuild b/haskell/haskell-th-utilities/haskell-th-utilities.SlackBuild index a7ac6191b4c2..d8bafc813b31 100644 --- a/haskell/haskell-th-utilities/haskell-th-utilities.SlackBuild +++ b/haskell/haskell-th-utilities/haskell-th-utilities.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-th-utilities -VERSION=${VERSION:-0.2.0.1} +VERSION=${VERSION:-0.2.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-th-utilities/haskell-th-utilities.info b/haskell/haskell-th-utilities/haskell-th-utilities.info index 4c24f0cf574f..ba2ca7ec8462 100644 --- a/haskell/haskell-th-utilities/haskell-th-utilities.info +++ b/haskell/haskell-th-utilities/haskell-th-utilities.info @@ -1,10 +1,10 @@ PRGNAM="haskell-th-utilities" -VERSION="0.2.0.1" +VERSION="0.2.4.3" HOMEPAGE="https://hackage.haskell.org/package/th-utilities" -DOWNLOAD="https://hackage.haskell.org/packages/archive/th-utilities/0.2.0.1/th-utilities-0.2.0.1.tar.gz" -MD5SUM="2caf2260cdff51506c564946d610e527" +DOWNLOAD="https://hackage.haskell.org/packages/archive/th-utilities/0.2.4.3/th-utilities-0.2.4.3.tar.gz" +MD5SUM="16598cf7eda6a0089bc8168ac22945ed" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-primitive haskell-syb haskell-th-orphans" +REQUIRES="haskell-th-orphans" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |