[arch-commits] Commit in haskell-hslua-module-system/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Apr 23 09:52:15 UTC 2021


    Date: Friday, April 23, 2021 @ 09:52:14
  Author: felixonmars
Revision: 922176

upgpkg: haskell-hslua-module-system 0.2.2.1-84: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-hslua-module-system/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 09:51:33 UTC (rev 922175)
+++ PKGBUILD	2021-04-23 09:52:14 UTC (rev 922176)
@@ -3,7 +3,7 @@
 _hkgname=hslua-module-system
 pkgname=haskell-hslua-module-system
 pkgver=0.2.2.1
-pkgrel=83
+pkgrel=84
 pkgdesc="Lua module wrapper around Haskell's System module"
 url="https://github.com/hslua/hslua-module-system"
 license=('MIT')
@@ -28,7 +28,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list