Date: Friday, August 27, 2021 @ 11:04:32 Author: felixonmars Revision: 1007342
upgpkg: dhall 1.40.0-1: rebuild with dhall 1.40.0, dhall-bash 1.0.38, dhall-docs 1.0.7, dhall-json 1.7.8, dhall-lsp-server 1.0.16, dhall-yaml 1.2.8 Modified: dhall/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-27 11:01:09 UTC (rev 1007341) +++ PKGBUILD 2021-08-27 11:04:32 UTC (rev 1007342) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=dhall -pkgver=1.39.0 -pkgrel=29 +pkgver=1.40.0 +pkgrel=1 pkgdesc='A configuration language guaranteed to terminate' url='https://dhall-lang.org' license=('BSD') @@ -15,15 +15,16 @@ 'haskell-optparse-applicative' 'haskell-parsers' 'haskell-parser-combinators' 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' 'haskell-pretty-simple' 'haskell-profunctors' 'haskell-repline' 'haskell-serialise' 'haskell-scientific' - 'haskell-text-manipulate' 'haskell-th-lift-instances' 'haskell-transformers-compat' - 'haskell-unordered-containers' 'haskell-uri-encode' 'haskell-vector' 'haskell-cryptonite' - 'haskell-http-types' 'haskell-http-client' 'haskell-http-client-tls') + 'haskell-text-manipulate' 'haskell-th-lift-instances' 'haskell-unordered-containers' + 'haskell-uri-encode' 'haskell-vector' 'haskell-cryptonite' 'haskell-http-types' + 'haskell-http-client' 'haskell-http-client-tls') makedepends=('ghc' 'uusi' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-special-values' 'haskell-spoon' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit' - 'haskell-tasty-quickcheck' 'haskell-tasty-silver' 'haskell-turtle' 'haskell-doctest') + 'haskell-tasty-quickcheck' 'haskell-tasty-silver' 'haskell-temporary' 'haskell-turtle' + 'haskell-doctest') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('d6a2198e7569623c372ac8cfec00db714cefde683bcb8d8c30acc89c6f536d3dfa7f79f3e61e0080eb0312ca67580d86c079396046e5eb39aea592a93211b52b') +sha512sums=('333e7bf5b1cf48a247ba6e4c61ad1c86cdf91dee6be9fd74a54623c93b5eba280dbebcf5cf8b6daab2acde107f1163dcf5316ed925e94b2c3fffb6e06814cfcc') prepare() { cd $pkgname-$pkgver
