Date: Friday, June 10, 2022 @ 22:07:43 Author: felixonmars Revision: 1231678
upgpkg: haskell-snap-core 1.0.5.0-25: rebuild with ansi-terminal 0.11.2 Modified: haskell-snap-core/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-10 22:07:35 UTC (rev 1231677) +++ PKGBUILD 2022-06-10 22:07:43 UTC (rev 1231678) @@ -3,7 +3,7 @@ _hkgname=snap-core pkgname=haskell-snap-core pkgver=1.0.5.0 -pkgrel=24 +pkgrel=25 pkgdesc="A Haskell Web Framework (core interfaces and types)" url="https://github.com/snapframework/snap-core" license=('BSD') @@ -38,8 +38,7 @@ check() { cd $_hkgname-$pkgver - # https://github.com/snapframework/snap-core/issues/303 - runhaskell Setup test || echo "Tests failed" + runhaskell Setup test --show-details=direct } package() {
