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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 23:52:44 UTC 2021


    Date: Wednesday, April 21, 2021 @ 23:52:43
  Author: felixonmars
Revision: 920777

upgpkg: haskell-splitmix 0.1.0.3-99: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 (rebuild pass 1, specified --nocheck)

Modified:
  haskell-splitmix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 23:52:04 UTC (rev 920776)
+++ PKGBUILD	2021-04-21 23:52:43 UTC (rev 920777)
@@ -3,7 +3,7 @@
 _hkgname=splitmix
 pkgname=haskell-splitmix
 pkgver=0.1.0.3
-pkgrel=98
+pkgrel=99
 pkgdesc="Fast Splittable PRNG"
 url="https://github.com/haskellari/splitmix"
 license=('BSD')
@@ -36,7 +36,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list