Date: Thursday, April 22, 2021 @ 00:16:08 Author: felixonmars Revision: 920823
upgpkg: haskell-base-orphans 0.8.4-92: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 (rebuild pass 1, specified --nocheck) Modified: haskell-base-orphans/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 00:15:27 UTC (rev 920822) +++ PKGBUILD 2021-04-22 00:16:08 UTC (rev 920823) @@ -4,7 +4,7 @@ _hkgname=base-orphans pkgname=haskell-base-orphans pkgver=0.8.4 -pkgrel=91 +pkgrel=92 pkgdesc="Backwards-compatible orphan instances for base" url="https://github.com/haskell-compat/base-orphans#readme" license=("MIT") @@ -35,7 +35,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
