Date: Thursday, April 22, 2021 @ 18:33:16 Author: felixonmars Revision: 921456
upgpkg: haskell-foldl 1.4.11-15: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-foldl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 18:31:38 UTC (rev 921455) +++ PKGBUILD 2021-04-22 18:33:16 UTC (rev 921456) @@ -4,7 +4,7 @@ _hkgname=foldl pkgname=haskell-foldl pkgver=1.4.11 -pkgrel=14 +pkgrel=15 pkgdesc="Composable, streaming, and efficient left folds" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -31,7 +31,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
