[arch-commits] Commit in haskell-stm-delay/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 6 23:15:53 UTC 2021


    Date: Sunday, June 6, 2021 @ 23:15:53
  Author: felixonmars
Revision: 956574

upgpkg: haskell-stm-delay 0.1.1.1-10: rebuild with ghc 8.10.5

Modified:
  haskell-stm-delay/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 23:15:26 UTC (rev 956573)
+++ PKGBUILD	2021-06-06 23:15:53 UTC (rev 956574)
@@ -3,7 +3,7 @@
 _pkgname=stm-delay
 pkgname=haskell-stm-delay
 pkgver=0.1.1.1
-pkgrel=9
+pkgrel=10
 pkgdesc='Updatable one-shot timer polled with STM'
 arch=(x86_64)
 url="https://hackage.haskell.org/package/$_pkgname"
@@ -27,7 +27,7 @@
 
 check() {
   cd $_pkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list