Date: Friday, April 23, 2021 @ 15:22:14 Author: felixonmars Revision: 922441
upgpkg: haskell-ghc-source-gen 0.4.0.0-29: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-ghc-source-gen/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-23 15:21:13 UTC (rev 922440) +++ PKGBUILD 2021-04-23 15:22:14 UTC (rev 922441) @@ -3,7 +3,7 @@ _hkgname=ghc-source-gen pkgname=haskell-ghc-source-gen pkgver=0.4.0.0 -pkgrel=28 +pkgrel=29 pkgdesc="Constructs Haskell syntax trees for the GHC API." url="https://github.com/google/ghc-source-gen#readme" license=("BSD") @@ -37,7 +37,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {