Date: Saturday, October 15, 2022 @ 22:22:28 Author: felixonmars Revision: 1329353
upgpkg: dhall-docs 1.0.10-41: rebuild with turtle 1.6.1 Modified: dhall-docs/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-15 22:22:07 UTC (rev 1329352) +++ PKGBUILD 2022-10-15 22:22:28 UTC (rev 1329353) @@ -2,7 +2,7 @@ pkgname=dhall-docs pkgver=1.0.10 -pkgrel=40 +pkgrel=41 pkgdesc="Generate HTML docs from a dhall package" url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs" license=("BSD") @@ -11,11 +11,16 @@ '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' +makedepends=('ghc' 'uusi' '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=('62b3eeaf24b305f5136dcebedf670ffe9a899953b494412c7f3517c1d52a9c1b8f99cee4fb774328ce7c275a0804e550f97ae4fa9f82b5644dfd9ee72f9f84c4') +prepare() { + cd $pkgname-$pkgver + uusi -u turtle $pkgname.cabal +} + build() { cd $pkgname-$pkgver
