Date: Friday, April 23, 2021 @ 12:14:32 Author: felixonmars Revision: 922325
upgpkg: haskell-req 3.9.0-62: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-req/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-23 12:12:37 UTC (rev 922324) +++ PKGBUILD 2021-04-23 12:14:32 UTC (rev 922325) @@ -3,7 +3,7 @@ _hkgname=req pkgname=haskell-req pkgver=3.9.0 -pkgrel=61 +pkgrel=62 pkgdesc="Easy-to-use, type-safe, expandable, high-level HTTP client library" url="https://github.com/mrkkrp/req" license=('BSD') @@ -35,7 +35,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
