Date: Thursday, April 22, 2021 @ 00:29:06 Author: felixonmars Revision: 920845
upgpkg: haskell-mockery 0.3.5-248: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-mockery/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 00:28:24 UTC (rev 920844) +++ PKGBUILD 2021-04-22 00:29:06 UTC (rev 920845) @@ -4,7 +4,7 @@ _hkgname=mockery pkgname=haskell-mockery pkgver=0.3.5 -pkgrel=247 +pkgrel=248 pkgdesc="Support functions for automated testing" url="https://github.com/hspec/mockery" license=("MIT") @@ -36,7 +36,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
