Date: Friday, April 23, 2021 @ 10:46:15 Author: felixonmars Revision: 922241
upgpkg: haskell-relude 0.7.0.0-86: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-relude/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-23 10:44:57 UTC (rev 922240) +++ PKGBUILD 2021-04-23 10:46:15 UTC (rev 922241) @@ -4,7 +4,7 @@ _hkgname=relude pkgname=haskell-relude pkgver=0.7.0.0 -pkgrel=85 +pkgrel=86 pkgdesc="Safe, performant, user-friendly and lightweight Haskell Standard Library." url="https://github.com/kowainik/relude" license=('MIT') @@ -37,7 +37,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
