Date: Friday, April 23, 2021 @ 09:51:20 Author: felixonmars Revision: 922174
upgpkg: haskell-hslua-module-path 0.1.0.1-13: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-hslua-module-path/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-23 09:50:59 UTC (rev 922173) +++ PKGBUILD 2021-04-23 09:51:20 UTC (rev 922174) @@ -3,7 +3,7 @@ _hkgname=hslua-module-path pkgname=haskell-hslua-module-path pkgver=0.1.0.1 -pkgrel=12 +pkgrel=13 pkgdesc="Lua module to work with file paths." url="https://github.com/hslua/hslua-module-path" license=("MIT") @@ -36,7 +36,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
