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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 18:53:18 UTC 2021


    Date: Thursday, April 22, 2021 @ 18:53:18
  Author: felixonmars
Revision: 921474

upgpkg: haskell-adjunctions 4.4-231: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-adjunctions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 18:52:30 UTC (rev 921473)
+++ PKGBUILD	2021-04-22 18:53:18 UTC (rev 921474)
@@ -4,7 +4,7 @@
 _hkgname=adjunctions
 pkgname=haskell-adjunctions
 pkgver=4.4
-pkgrel=230
+pkgrel=231
 pkgdesc="Adjunctions and representable functors"
 url="https://github.com/ekmett/adjunctions/"
 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