Date: Thursday, April 22, 2021 @ 17:24:04 Author: felixonmars Revision: 921332
upgpkg: haskell-constraints 0.13-12: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-constraints/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 17:23:17 UTC (rev 921331) +++ PKGBUILD 2021-04-22 17:24:04 UTC (rev 921332) @@ -4,7 +4,7 @@ _hkgname=constraints pkgname=haskell-constraints pkgver=0.13 -pkgrel=11 +pkgrel=12 pkgdesc="Constraint manipulation" url="https://github.com/ekmett/constraints/" license=("custom:BSD2") @@ -29,7 +29,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
