Date: Thursday, April 22, 2021 @ 18:13:45 Author: felixonmars Revision: 921424
upgpkg: haskell-th-desugar 1.12-10: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-th-desugar/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 18:12:11 UTC (rev 921423) +++ PKGBUILD 2021-04-22 18:13:45 UTC (rev 921424) @@ -3,7 +3,7 @@ _hkgname=th-desugar pkgname=haskell-th-desugar pkgver=1.12 -pkgrel=9 +pkgrel=10 pkgdesc="Functions to desugar Template Haskell" url="https://github.com/goldfirere/th-desugar" license=('BSD') @@ -29,7 +29,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {