Date: Saturday, May 28, 2022 @ 17:41:48 Author: felixonmars Revision: 1212647
upgpkg: haskell-haddock-library 1.10.0-131: rebuild with doctest 0.20.0 Modified: haskell-haddock-library/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-28 17:41:41 UTC (rev 1212646) +++ PKGBUILD 2022-05-28 17:41:48 UTC (rev 1212647) @@ -3,7 +3,7 @@ _hkgname=haddock-library pkgname=haskell-haddock-library pkgver=1.10.0 -pkgrel=130 +pkgrel=131 pkgdesc="A documentation-generation tool for Haskell libraries" url="https://www.haskell.org/haddock/" license=("BSD") @@ -34,7 +34,7 @@ check() { cd $_hkgname-$pkgver - LC_CTYPE=en_US.UTF-8 runhaskell Setup test --show-details=direct + runhaskell Setup test --show-details=direct } package() {
