[arch-commits] Commit in haskell-hslua/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 23 09:48:35 UTC 2021
Date: Friday, April 23, 2021 @ 09:48:35
Author: felixonmars
Revision: 922167
upgpkg: haskell-hslua 1.3.0.1-29: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-hslua/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-23 09:47:27 UTC (rev 922166)
+++ PKGBUILD 2021-04-23 09:48:35 UTC (rev 922167)
@@ -4,7 +4,7 @@
_hkgname=hslua
pkgname=haskell-hslua
pkgver=1.3.0.1
-pkgrel=28
+pkgrel=29
pkgdesc="A Lua language interpreter embedding in Haskell"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("MIT")
@@ -31,7 +31,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list