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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 23:41:55 UTC 2021


    Date: Wednesday, April 21, 2021 @ 23:41:54
  Author: felixonmars
Revision: 920753

upgpkg: haskell-clock 0.8.2-45: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 (rebuild pass 1, specified --nocheck)

Modified:
  haskell-clock/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 23:41:18 UTC (rev 920752)
+++ PKGBUILD	2021-04-21 23:41:54 UTC (rev 920753)
@@ -4,7 +4,7 @@
 _hkgname=clock
 pkgname=haskell-clock
 pkgver=0.8.2
-pkgrel=44
+pkgrel=45
 pkgdesc="High-resolution clock functions: monotonic, realtime, cputime."
 url="https://github.com/corsis/clock"
 license=("BSD")
@@ -37,7 +37,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list