diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-09-12 22:05:50 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-16 00:45:39 +0700 |
commit | 9cb0f782377a09c64989cab1aee2e73a99cdcf9a (patch) | |
tree | 776136e8b20696cea69fe66d23a583de7ebd7223 /haskell | |
parent | 6ab8f0fe66356923012e93297a4bda48b634af0b (diff) | |
download | slackbuilds-9cb0f782377a09c64989cab1aee2e73a99cdcf9a.tar.gz |
haskell/haskell-th-abstraction: Updated for version 0.4.3.0
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-th-abstraction/haskell-th-abstraction.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-th-abstraction/haskell-th-abstraction.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-th-abstraction/haskell-th-abstraction.SlackBuild b/haskell/haskell-th-abstraction/haskell-th-abstraction.SlackBuild index 7399baa655..71bff00669 100644 --- a/haskell/haskell-th-abstraction/haskell-th-abstraction.SlackBuild +++ b/haskell/haskell-th-abstraction/haskell-th-abstraction.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-th-abstraction -VERSION=${VERSION:-0.2.8.0} +VERSION=${VERSION:-0.4.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-th-abstraction/haskell-th-abstraction.info b/haskell/haskell-th-abstraction/haskell-th-abstraction.info index 6577eb7a92..12c868a81d 100644 --- a/haskell/haskell-th-abstraction/haskell-th-abstraction.info +++ b/haskell/haskell-th-abstraction/haskell-th-abstraction.info @@ -1,8 +1,8 @@ PRGNAM="haskell-th-abstraction" -VERSION="0.2.8.0" +VERSION="0.4.3.0" HOMEPAGE="https://hackage.haskell.org/package/th-abstraction" -DOWNLOAD="https://hackage.haskell.org/packages/archive/th-abstraction/0.2.8.0/th-abstraction-0.2.8.0.tar.gz" -MD5SUM="1179ebeeb2dbf0e506947d28f2f67360" +DOWNLOAD="https://hackage.haskell.org/packages/archive/th-abstraction/0.4.3.0/th-abstraction-0.4.3.0.tar.gz" +MD5SUM="71a856da99d098a46f94dc219e1bee47" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ghc" |