Date: Thursday, April 22, 2021 @ 20:26:01 Author: felixonmars Revision: 921646
upgpkg: haskell-blaze-textual 0.2.1.0-54: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-blaze-textual/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 20:25:07 UTC (rev 921645) +++ PKGBUILD 2021-04-22 20:26:01 UTC (rev 921646) @@ -3,7 +3,7 @@ _hkgname=blaze-textual pkgname=haskell-blaze-textual pkgver=0.2.1.0 -pkgrel=53 +pkgrel=54 pkgdesc="Fast rendering of common datatypes" url="http://github.com/bos/blaze-textual" license=("BSD") @@ -32,7 +32,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
