diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-07 17:03:45 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-17 18:13:52 +1300 |
commit | 953e2ea1bb38b2814bbd3d042d5a8641ccfbe3f9 (patch) | |
tree | daf0c55fa1c929eb1257b2d3f280ae974173d314 | |
parent | 1227830bc03f3794026cb18ca3ad7a583d4b53c7 (diff) |
haskell-doctemplates: Updated for version 0.10.0.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r-- | haskell/haskell-doctemplates/haskell-doctemplates.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-doctemplates/haskell-doctemplates.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-doctemplates/haskell-doctemplates.SlackBuild b/haskell/haskell-doctemplates/haskell-doctemplates.SlackBuild index 7d12da180fe3..37e0c9d3df4c 100644 --- a/haskell/haskell-doctemplates/haskell-doctemplates.SlackBuild +++ b/haskell/haskell-doctemplates/haskell-doctemplates.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-doctemplates -VERSION=${VERSION:-0.2.2.1} +VERSION=${VERSION:-0.10.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-doctemplates/haskell-doctemplates.info b/haskell/haskell-doctemplates/haskell-doctemplates.info index 551649d705fc..08300f1aafda 100644 --- a/haskell/haskell-doctemplates/haskell-doctemplates.info +++ b/haskell/haskell-doctemplates/haskell-doctemplates.info @@ -1,10 +1,10 @@ PRGNAM="haskell-doctemplates" -VERSION="0.2.2.1" +VERSION="0.10.0.1" HOMEPAGE="https://hackage.haskell.org/package/doctemplates" -DOWNLOAD="https://hackage.haskell.org/packages/archive/doctemplates/0.2.2.1/doctemplates-0.2.2.1.tar.gz" -MD5SUM="56deec68c81ecc18020c056e0aeeebbf" +DOWNLOAD="https://hackage.haskell.org/packages/archive/doctemplates/0.10.0.1/doctemplates-0.10.0.1.tar.gz" +MD5SUM="7f2e2df9963c67f57e683aab0f5f5d1c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-aeson haskell-blaze-html haskell-blaze-markup haskell-scientific haskell-semigroups haskell-unordered-containers haskell-vector" +REQUIRES="haskell-aeson haskell-HsYAML haskell-scientific haskell-semigroups haskell-vector" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |