Date: Thursday, April 22, 2021 @ 00:21:34 Author: felixonmars Revision: 920831
upgpkg: haskell-math-functions 0.3.4.2-9: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 (rebuild pass 1, specified --nocheck) Modified: haskell-math-functions/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 00:20:38 UTC (rev 920830) +++ PKGBUILD 2021-04-22 00:21:34 UTC (rev 920831) @@ -4,7 +4,7 @@ _hkgname=math-functions pkgname=haskell-math-functions pkgver=0.3.4.2 -pkgrel=8 +pkgrel=9 pkgdesc="Special functions and Chebyshev polynomials" url="https://github.com/bos/math-functions" license=("BSD") @@ -37,7 +37,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
