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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 17:55:01 UTC 2021


    Date: Wednesday, April 21, 2021 @ 17:55:01
  Author: felixonmars
Revision: 920557

upgpkg: haskell-polysemy 1.5.0.0-4: rebuild with inspection-testing 0.4.4.0

Modified:
  haskell-polysemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 17:53:58 UTC (rev 920556)
+++ PKGBUILD	2021-04-21 17:55:01 UTC (rev 920557)
@@ -3,7 +3,7 @@
 _hkgname=polysemy
 pkgname=haskell-polysemy
 pkgver=1.5.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Higher-order, low-boilerplate, zero-cost free monads"
 url="https://github.com/isovector/polysemy"
 license=('BSD')
@@ -39,7 +39,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list