Date: Sunday, June 6, 2021 @ 11:36:25 Author: felixonmars Revision: 956224
upgpkg: dhall 1.39.0-1: rebuild with dhall 1.39.0, dhall-bash 1.0.37, dhall-docs 1.0.6, dhall-json 1.7.7, dhall-lsp-server 1.0.15, dhall-yaml 1.2.7 Modified: dhall/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-06 11:24:46 UTC (rev 956223) +++ PKGBUILD 2021-06-06 11:36:25 UTC (rev 956224) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=dhall -pkgver=1.38.1 -pkgrel=31 +pkgver=1.39.0 +pkgrel=1 pkgdesc='A configuration language guaranteed to terminate' url='https://dhall-lang.org' license=('BSD') @@ -18,18 +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=('c07d9b88361a58025738d9d51c803c04642acc80c846e5260165a5f73c958e2d19e99ab182a684a079c04c4a9e8b6482008b9872b615a65eca53209dc7d7f4db') +sha512sums=('d6a2198e7569623c372ac8cfec00db714cefde683bcb8d8c30acc89c6f536d3dfa7f79f3e61e0080eb0312ca67580d86c079396046e5eb39aea592a93211b52b') -prepare() { - cd $pkgname-$pkgver - uusi -u generic-random -u memory $pkgname.cabal -} - build() { cd $pkgname-$pkgver
