Date: Thursday, April 22, 2021 @ 23:38:30 Author: felixonmars Revision: 921939
upgpkg: haskell-binary-orphans 1.0.1-108: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-binary-orphans/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 23:37:47 UTC (rev 921938) +++ PKGBUILD 2021-04-22 23:38:30 UTC (rev 921939) @@ -4,7 +4,7 @@ _hkgname=binary-orphans pkgname=haskell-binary-orphans pkgver=1.0.1 -pkgrel=107 +pkgrel=108 pkgdesc="Orphan instances for binary" url="https://github.com/phadej/binary-orphans" license=("BSD") @@ -36,7 +36,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
