Date: Thursday, April 22, 2021 @ 16:40:32 Author: felixonmars Revision: 921258
upgpkg: haskell-hspec-contrib 0.5.1-124: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-hspec-contrib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 16:39:44 UTC (rev 921257) +++ PKGBUILD 2021-04-22 16:40:32 UTC (rev 921258) @@ -3,7 +3,7 @@ _hkgname=hspec-contrib pkgname=haskell-hspec-contrib pkgver=0.5.1 -pkgrel=123 +pkgrel=124 pkgdesc="Contributed functionality for Hspec" url="https://hspec.github.io/" license=('MIT') @@ -28,7 +28,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
