Date: Thursday, April 22, 2021 @ 20:24:53 Author: felixonmars Revision: 921644
upgpkg: haskell-double-conversion 2.0.2.0-106: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-double-conversion/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 20:23:48 UTC (rev 921643) +++ PKGBUILD 2021-04-22 20:24:53 UTC (rev 921644) @@ -3,7 +3,7 @@ _hkgname=double-conversion pkgname=haskell-double-conversion pkgver=2.0.2.0 -pkgrel=105 +pkgrel=106 pkgdesc="Fast conversion between double precision floating point and text" url="https://github.com/bos/double-conversion" license=('MIT') @@ -37,7 +37,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
