Browse Source
haskell-doctemplates: Updated for version 0.10.0.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
pull/159/head
Andrew Clemons
4 years ago
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with
5 additions and
5 deletions
-
haskell/haskell-doctemplates/haskell-doctemplates.SlackBuild
-
haskell/haskell-doctemplates/haskell-doctemplates.info
|
|
@ -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} |
|
|
|
|
|
@ -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" |