diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-11 22:12:06 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 00:29:45 +0700 |
commit | e2714b918537712718ae12da32acb390a9bed3a3 (patch) | |
tree | 41f6d06bac02f97069fa1e7d5ea05ff2e04d7cb3 | |
parent | f2e430d6ea46e9cdf2d9f93ec6d886676421ef66 (diff) |
haskell/haskell-th-expand-syns: Updated for version 0.4.9.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | haskell/haskell-th-expand-syns/haskell-th-expand-syns.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-th-expand-syns/haskell-th-expand-syns.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-th-expand-syns/haskell-th-expand-syns.SlackBuild b/haskell/haskell-th-expand-syns/haskell-th-expand-syns.SlackBuild index 10f1964a5ac8..088f4236df77 100644 --- a/haskell/haskell-th-expand-syns/haskell-th-expand-syns.SlackBuild +++ b/haskell/haskell-th-expand-syns/haskell-th-expand-syns.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-th-expand-syns -VERSION=${VERSION:-0.4.4.0} +VERSION=${VERSION:-0.4.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-th-expand-syns/haskell-th-expand-syns.info b/haskell/haskell-th-expand-syns/haskell-th-expand-syns.info index 7ef09c95f29b..3ad3a08865c6 100644 --- a/haskell/haskell-th-expand-syns/haskell-th-expand-syns.info +++ b/haskell/haskell-th-expand-syns/haskell-th-expand-syns.info @@ -1,10 +1,10 @@ PRGNAM="haskell-th-expand-syns" -VERSION="0.4.4.0" +VERSION="0.4.9.0" HOMEPAGE="https://hackage.haskell.org/package/th-expand-syns" -DOWNLOAD="https://hackage.haskell.org/packages/archive/th-expand-syns/0.4.4.0/th-expand-syns-0.4.4.0.tar.gz" -MD5SUM="08b00a3617f1df695a4a189471dbac09" +DOWNLOAD="https://hackage.haskell.org/packages/archive/th-expand-syns/0.4.9.0/th-expand-syns-0.4.9.0.tar.gz" +MD5SUM="6d54bbf8119941deee3c9f84730d75a5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-syb" +REQUIRES="haskell-syb haskell-th-abstraction" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |