Date: Thursday, April 22, 2021 @ 16:26:44 Author: felixonmars Revision: 921234
upgpkg: haskell-quickcheck-assertions 0.3.0-165: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-quickcheck-assertions/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 16:25:55 UTC (rev 921233) +++ PKGBUILD 2021-04-22 16:26:44 UTC (rev 921234) @@ -4,7 +4,7 @@ _hkgname=quickcheck-assertions pkgname=haskell-quickcheck-assertions pkgver=0.3.0 -pkgrel=164 +pkgrel=165 pkgdesc="HUnit like assertions for QuickCheck" url="https://github.com/s9gf4ult/quickcheck-assertions" license=("LGPL") @@ -29,7 +29,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
