Date: Thursday, April 22, 2021 @ 20:10:14 Author: felixonmars Revision: 921622
upgpkg: haskell-half 0.3.1-35: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-half/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 20:10:12 UTC (rev 921621) +++ PKGBUILD 2021-04-22 20:10:14 UTC (rev 921622) @@ -3,7 +3,7 @@ _hkgname=half pkgname=haskell-half pkgver=0.3.1 -pkgrel=34 +pkgrel=35 pkgdesc="Half-precision floating-point" url="https://github.com/ekmett/half" license=('BSD') @@ -34,7 +34,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
