Date: Sunday, January 9, 2022 @ 19:19:36 Author: felixonmars Revision: 1098464
upgpkg: dhall-docs 1.0.8-1: rebuild with dhall 1.40.2, dhall-bash 1.0.39, dhall-docs 1.0.8, dhall-json 1.7.9, dhall-lsp-server 1.0.17, dhall-yaml 1.2.9, lucid 2.11.0 Modified: dhall-docs/trunk/PKGBUILD ----------+ PKGBUILD | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-09 19:18:58 UTC (rev 1098463) +++ PKGBUILD 2022-01-09 19:19:36 UTC (rev 1098464) @@ -1,25 +1,21 @@ # Maintainer: Felix Yan <[email protected]> pkgname=dhall-docs -pkgver=1.0.7 -pkgrel=62 +pkgver=1.0.8 +pkgrel=1 pkgdesc="Generate HTML docs from a dhall package" url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-cryptonite' 'dhall' 'haskell-file-embed' 'haskell-lens-family-core' - 'haskell-lucid' 'haskell-megaparsec' 'haskell-memory' 'haskell-mmark' - 'haskell-optparse-applicative' 'haskell-path' 'haskell-path-io' 'haskell-prettyprinter') -makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-foldl' 'haskell-hashable' 'haskell-tasty' - 'haskell-tasty-hunit' 'haskell-tasty-silver' 'haskell-turtle') +depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-cryptohash-sha256' 'dhall' + 'haskell-file-embed' 'haskell-lens-family-core' 'haskell-lucid' 'haskell-megaparsec' + 'haskell-mmark' 'haskell-optparse-applicative' 'haskell-path' 'haskell-path-io' + 'haskell-prettyprinter') +makedepends=('ghc' 'haskell-doctest' 'haskell-foldl' 'haskell-tasty' 'haskell-tasty-hunit' + 'haskell-tasty-silver' 'haskell-turtle') source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('d8f4eca5add031bebb693a679f536697da0591e7fe0d2cdb50092c352d869cc5c7e8ee51d23629ed70b26302aa36027433ff9ea53f08b65c81a29cf874e041d2') +sha512sums=('550bbc31c01297f48680fe931387f6c7657179c3469170125d2c0690fccb7c1b635aad727e7d1531a1011a80859e9fc753a380b9e1392adbb8374e25795c6a32') -prepare() { - cd $pkgname-$pkgver - uusi -u hashable -u megaparsec -u tasty-silver $pkgname.cabal -} - build() { cd $pkgname-$pkgver @@ -38,8 +34,7 @@ check() { cd $pkgname-$pkgver - # https://github.com/dhall-lang/dhall-haskell/issues/2179 - runhaskell Setup test || echo "Tests failed" + runhaskell Setup test --show-details=direct } package() {
