Date: Thursday, April 22, 2021 @ 18:10:02 Author: felixonmars Revision: 921418
upgpkg: haskell-th-expand-syns 0.4.8.0-10: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-th-expand-syns/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 18:09:22 UTC (rev 921417) +++ PKGBUILD 2021-04-22 18:10:02 UTC (rev 921418) @@ -3,7 +3,7 @@ _hkgname=th-expand-syns pkgname=haskell-th-expand-syns pkgver=0.4.8.0 -pkgrel=9 +pkgrel=10 pkgdesc="Expands type synonyms in Template Haskell ASTs" url="https://hackage.haskell.org/package/th-expand-syns" license=('BSD') @@ -28,7 +28,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
