Date: Thursday, April 22, 2021 @ 18:06:15 Author: felixonmars Revision: 921412
upgpkg: haskell-th-env 0.1.0.2-29: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-th-env/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 18:05:38 UTC (rev 921411) +++ PKGBUILD 2021-04-22 18:06:15 UTC (rev 921412) @@ -3,7 +3,7 @@ _hkgname=th-env pkgname=haskell-th-env pkgver=0.1.0.2 -pkgrel=28 +pkgrel=29 pkgdesc="Template Haskell splice that expands to an environment variable" url="https://github.com/dzhus/th-env#readme" license=("BSD") @@ -31,7 +31,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
