Date: Tuesday, December 29, 2020 @ 17:26:09 Author: felixonmars Revision: 797973
upgpkg: dhall 1.37.0-1: rebuild with dhall 1.37.0 Modified: dhall/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-29 17:22:23 UTC (rev 797972) +++ PKGBUILD 2020-12-29 17:26:09 UTC (rev 797973) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=dhall -pkgver=1.36.0 -pkgrel=40 +pkgver=1.37.0 +pkgrel=1 pkgdesc='A configuration language guaranteed to terminate' url='https://dhall-lang.org' license=('BSD') @@ -18,17 +18,13 @@ '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') -makedepends=('ghc' 'uusi' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery' 'haskell-quickcheck' +makedepends=('ghc' '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') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('842f3cf9b11187cf617259f2df2e513cfbfc472f5c304073b5956a7330033e246e31e9c84d57a7bc3e290238be48a639b0023da72ddb129c7d4566920e322257') +sha512sums=('deb70938b49b042878fc0daeb15b610815765fc8b819a3eb8297c5df4ba42de689c26ff125fa4deab83cc7b3e01a0b90689f5211d48c6695021ffdf43e876414') -prepare() { - uusi -u text-manipulate $pkgname-$pkgver/$pkgname.cabal -} - build() { cd $pkgname-$pkgver
