[arch-commits] Commit in haskell-base-compat-batteries/trunk (PKGBUILD)

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


    Date: Wednesday, April 21, 2021 @ 23:51:51
  Author: felixonmars
Revision: 920775

upgpkg: haskell-base-compat-batteries 0.11.2-105: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 (rebuild pass 1, specified --nocheck)

Modified:
  haskell-base-compat-batteries/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 23:51:12 UTC (rev 920774)
+++ PKGBUILD	2021-04-21 23:51:51 UTC (rev 920775)
@@ -3,7 +3,7 @@
 _hkgname=base-compat-batteries
 pkgname=haskell-base-compat-batteries
 pkgver=0.11.2
-pkgrel=104
+pkgrel=105
 pkgdesc="base-compat with extra batteries"
 url="https://hackage.haskell.org/package/base-compat-batteries"
 license=('MIT')
@@ -35,7 +35,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list