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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 20:50:47 UTC 2021


    Date: Thursday, April 22, 2021 @ 20:50:47
  Author: felixonmars
Revision: 921692

upgpkg: haskell-sandi 0.5-220: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-sandi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 20:49:58 UTC (rev 921691)
+++ PKGBUILD	2021-04-22 20:50:47 UTC (rev 921692)
@@ -4,7 +4,7 @@
 _hkgname=sandi
 pkgname=haskell-sandi
 pkgver=0.5
-pkgrel=219
+pkgrel=220
 pkgdesc="Data encoding library"
 url="https://hackage.haskell.org/package/sandi"
 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