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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 10:31:09 UTC 2021


    Date: Friday, April 23, 2021 @ 10:31:09
  Author: felixonmars
Revision: 922229

upgpkg: haskell-bz2 1.0.1.0-93: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-bz2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 10:30:03 UTC (rev 922228)
+++ PKGBUILD	2021-04-23 10:31:09 UTC (rev 922229)
@@ -3,7 +3,7 @@
 _hkgname=bz2
 pkgname=haskell-bz2
 pkgver=1.0.1.0
-pkgrel=92
+pkgrel=93
 pkgdesc="Bindings to libbz2"
 url="https://hub.darcs.net/vmchale/bz2"
 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