Date: Thursday, May 26, 2022 @ 14:33:47 Author: felixonmars Revision: 1210529
upgpkg: haskell-haddock-library 1.10.0-130: rebuild with lens 5.1.1 Modified: haskell-haddock-library/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-26 14:32:40 UTC (rev 1210528) +++ PKGBUILD 2022-05-26 14:33:47 UTC (rev 1210529) @@ -3,7 +3,7 @@ _hkgname=haddock-library pkgname=haskell-haddock-library pkgver=1.10.0 -pkgrel=129 +pkgrel=130 pkgdesc="A documentation-generation tool for Haskell libraries" url="https://www.haskell.org/haddock/" license=("BSD") @@ -34,7 +34,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test --show-details=direct + LC_CTYPE=en_US.UTF-8 runhaskell Setup test --show-details=direct } package() {