Date: Thursday, April 22, 2021 @ 00:15:13 Author: felixonmars Revision: 920821
upgpkg: haskell-quickcheck-classes-base 0.6.2.0-4: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-quickcheck-classes-base/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 00:14:11 UTC (rev 920820) +++ PKGBUILD 2021-04-22 00:15:13 UTC (rev 920821) @@ -3,7 +3,7 @@ _hkgname=quickcheck-classes-base pkgname=haskell-quickcheck-classes-base pkgver=0.6.2.0 -pkgrel=3 +pkgrel=4 pkgdesc="QuickCheck common typeclasses from 'base'" url="https://github.com/andrewthad/quickcheck-classes" license=('MIT') @@ -33,7 +33,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
