diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-12 08:44:27 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:17:56 +0700 |
commit | 5c46d0c171d13b8aedd8e660fbbe1ad7e3b16b0c (patch) | |
tree | 461d7307d4f0b9c4071f7a1723736479b9965be6 | |
parent | 82a0ebd1335d0541e0ab5eff234266eab975ad07 (diff) |
haskell/haskell-shelly: Updated for version 1.10.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | haskell/haskell-shelly/haskell-shelly.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-shelly/haskell-shelly.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-shelly/haskell-shelly.SlackBuild b/haskell/haskell-shelly/haskell-shelly.SlackBuild index 152d21a95b187..2b1285cf06afe 100644 --- a/haskell/haskell-shelly/haskell-shelly.SlackBuild +++ b/haskell/haskell-shelly/haskell-shelly.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-shelly -VERSION=${VERSION:-1.8.1} +VERSION=${VERSION:-1.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-shelly/haskell-shelly.info b/haskell/haskell-shelly/haskell-shelly.info index 0f10148fe4c47..e872e1787b69f 100644 --- a/haskell/haskell-shelly/haskell-shelly.info +++ b/haskell/haskell-shelly/haskell-shelly.info @@ -1,10 +1,10 @@ PRGNAM="haskell-shelly" -VERSION="1.8.1" +VERSION="1.10.0" HOMEPAGE="https://hackage.haskell.org/package/shelly" -DOWNLOAD="https://hackage.haskell.org/packages/archive/shelly/1.8.1/shelly-1.8.1.tar.gz" -MD5SUM="f28314a669eeee53ede08ea3011f12b0" +DOWNLOAD="https://hackage.haskell.org/packages/archive/shelly/1.10.0/shelly-1.10.0.tar.gz" +MD5SUM="e5f5bc809977758196ecc72f0f111183" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-async haskell-enclosed-exceptions haskell-exceptions haskell-lifted-async haskell-lifted-base haskell-monad-control haskell-system-fileio haskell-system-filepath haskell-transformers-base haskell-unix-compat" +REQUIRES="haskell-enclosed-exceptions haskell-exceptions haskell-lifted-async haskell-system-fileio haskell-system-filepath haskell-unix-compat" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |