diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-13 14:50:27 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:18:03 +0700 |
commit | 29b85a5c8d4ee7a4d4cd1b98ddf5635984a16397 (patch) | |
tree | 5670c81f49e8ba108c77d96e2be3bcb1c205e592 /haskell/haskell-hpack | |
parent | 0d14ace2dc2b2cf841c76eaf9de3c3e78e8aa4ff (diff) |
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>
Diffstat (limited to 'haskell/haskell-hpack')
-rw-r--r-- | haskell/haskell-hpack/haskell-hpack.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-hpack/haskell-hpack.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-hpack/haskell-hpack.SlackBuild b/haskell/haskell-hpack/haskell-hpack.SlackBuild index 1b8eb7a71816..750865b3dcd9 100644 --- a/haskell/haskell-hpack/haskell-hpack.SlackBuild +++ b/haskell/haskell-hpack/haskell-hpack.SlackBuild @@ -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} diff --git a/haskell/haskell-hpack/haskell-hpack.info b/haskell/haskell-hpack/haskell-hpack.info index 94dc4a71854f..d74f565a30b5 100644 --- a/haskell/haskell-hpack/haskell-hpack.info +++ b/haskell/haskell-hpack/haskell-hpack.info @@ -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" |