[arch-commits] Commit in haskell-auto-update/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Apr 23 11:25:21 UTC 2021


    Date: Friday, April 23, 2021 @ 11:25:21
  Author: felixonmars
Revision: 922277

upgpkg: haskell-auto-update 0.1.6-160: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-auto-update/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 11:24:38 UTC (rev 922276)
+++ PKGBUILD	2021-04-23 11:25:21 UTC (rev 922277)
@@ -4,7 +4,7 @@
 _hkgname=auto-update
 pkgname=haskell-auto-update
 pkgver=0.1.6
-pkgrel=159
+pkgrel=160
 pkgdesc="Efficiently run periodic, on-demand actions"
 url="https://github.com/yesodweb/wai"
 license=("MIT")
@@ -29,7 +29,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list