Date: Thursday, April 22, 2021 @ 20:11:12 Author: felixonmars Revision: 921624
upgpkg: haskell-decimal 0.5.2-10: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-decimal/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 20:10:27 UTC (rev 921623) +++ PKGBUILD 2021-04-22 20:11:12 UTC (rev 921624) @@ -4,7 +4,7 @@ _hkgname=Decimal pkgname=haskell-decimal pkgver=0.5.2 -pkgrel=9 +pkgrel=10 pkgdesc="Decimal numbers with variable precision" url="https://github.com/PaulJohnson/Haskell-Decimal" license=("BSD") @@ -30,7 +30,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
