Date: Thursday, April 22, 2021 @ 17:28:37 Author: felixonmars Revision: 921342
upgpkg: haskell-attoparsec 0.14.1-6: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-attoparsec/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 17:27:02 UTC (rev 921341) +++ PKGBUILD 2021-04-22 17:28:37 UTC (rev 921342) @@ -4,7 +4,7 @@ _hkgname=attoparsec pkgname=haskell-attoparsec pkgver=0.14.1 -pkgrel=5 +pkgrel=6 pkgdesc="Fast combinator parsing for bytestrings and text" url="https://github.com/bos/attoparsec" license=("BSD") @@ -31,7 +31,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
