Date: Thursday, April 22, 2021 @ 15:44:59 Author: felixonmars Revision: 921186
upgpkg: haskell-assoc 1.0.2-75: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-assoc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 15:44:01 UTC (rev 921185) +++ PKGBUILD 2021-04-22 15:44:59 UTC (rev 921186) @@ -3,7 +3,7 @@ _hkgname=assoc pkgname=haskell-assoc pkgver=1.0.2 -pkgrel=74 +pkgrel=75 pkgdesc="swap and assoc: Symmetric and Semigroupy Bifunctors" url="https://github.com/phadej/assoc" license=('BSD') @@ -33,7 +33,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
