Date: Friday, May 8, 2020 @ 19:02:45 Author: felixonmars Revision: 625755
upgpkg: dhall 1.32.0-1: rebuild with dhall 1.32.0, dhall-json 1.6.4 Modified: dhall/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-08 18:55:02 UTC (rev 625754) +++ PKGBUILD 2020-05-08 19:02:45 UTC (rev 625755) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=dhall -pkgver=1.31.1 -pkgrel=19 +pkgver=1.32.0 +pkgrel=1 pkgdesc='A configuration language guaranteed to terminate' url='https://dhall-lang.org' license=('BSD') @@ -10,7 +10,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-ansi-terminal' 'haskell-atomic-write' 'haskell-case-insensitive' 'haskell-cborg' 'haskell-cborg-json' 'haskell-contravariant' 'haskell-data-fix' 'haskell-diff' 'haskell-dotgen' - 'haskell-either' 'haskell-hashable' 'haskell-lens-family-core' + 'haskell-either' 'haskell-half' 'haskell-hashable' 'haskell-lens-family-core' 'haskell-megaparsec' 'haskell-memory' 'haskell-network-uri' 'haskell-optparse-applicative' 'haskell-parsers' 'haskell-parser-combinators' 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' 'haskell-pretty-simple' 'haskell-profunctors' @@ -23,7 +23,7 @@ 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-turtle' 'haskell-doctest') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('0c9ce61e953d849a00e452e7912e61afaa41348ca6b78ba6c6f06e6703e8a158b9dc9284a1e32fff59e0708f466622c43e379bc831b805b1e4c47d89950f2e45') +sha512sums=('764a0d6f5edcdc46ebedbf3a584bda818efdae80192ac7f69fe9ea26da3f91c0acbac64dcfb9babbb8287869e34b4496d9011a5b9c7bf1811e9533edecd5449c') prepare() { cd $pkgname-$pkgver
