Browse Source
haskell/haskell-hpack: Updated for version 0.34.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/169/head
Andrew Clemons
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
haskell/haskell-hpack/haskell-hpack.SlackBuild
-
haskell/haskell-hpack/haskell-hpack.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=haskell-hpack |
|
|
|
VERSION=${VERSION:-0.31.0} |
|
|
|
VERSION=${VERSION:-0.34.6} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="haskell-hpack" |
|
|
|
VERSION="0.31.0" |
|
|
|
VERSION="0.34.6" |
|
|
|
HOMEPAGE="https://hackage.haskell.org/package/hpack" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/packages/archive/hpack/0.31.0/hpack-0.31.0.tar.gz" |
|
|
|
MD5SUM="b300c59d0c73ef4205daebf9f6d764fd" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/packages/archive/hpack/0.34.6/hpack-0.34.6.tar.gz" |
|
|
|
MD5SUM="fdc1608c1cee44d262fcf726ac5ee348" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="haskell-aeson haskell-bifunctors haskell-cryptonite haskell-Glob haskell-http-client haskell-http-client-tls haskell-http-types haskell-infer-license haskell-scientific haskell-unordered-containers haskell-vector haskell-yaml" |
|
|
|