Date: Thursday, April 22, 2021 @ 16:01:51 Author: felixonmars Revision: 921208
upgpkg: haskell-genvalidity-property 0.5.0.1-94: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-genvalidity-property/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 16:00:41 UTC (rev 921207) +++ PKGBUILD 2021-04-22 16:01:51 UTC (rev 921208) @@ -3,7 +3,7 @@ _hkgname=genvalidity-property pkgname=haskell-genvalidity-property pkgver=0.5.0.1 -pkgrel=93 +pkgrel=94 pkgdesc="Standard properties for functions on Validity types" url="https://github.com/NorfairKing/validity" license=('MIT') @@ -29,7 +29,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
