Date: Thursday, April 22, 2021 @ 16:25:34 Author: felixonmars Revision: 921232
upgpkg: haskell-with-location 0.1.0-148: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-with-location/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 16:24:47 UTC (rev 921231) +++ PKGBUILD 2021-04-22 16:25:34 UTC (rev 921232) @@ -4,7 +4,7 @@ _hkgname=with-location pkgname=haskell-with-location pkgver=0.1.0 -pkgrel=147 +pkgrel=148 pkgdesc="Use ImplicitParams-based source locations in a backward compatible way" url="https://github.com/sol/with-location" license=("BSD") @@ -29,7 +29,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
