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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 18:58:43 UTC 2021


    Date: Wednesday, April 21, 2021 @ 18:58:42
  Author: felixonmars
Revision: 920599

upgpkg: haskell-ap-normalize 0.1.0.0-7: rebuild with inspection-testing 0.4.4.0

Modified:
  haskell-ap-normalize/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 18:58:02 UTC (rev 920598)
+++ PKGBUILD	2021-04-21 18:58:42 UTC (rev 920599)
@@ -3,7 +3,7 @@
 _hkgname=ap-normalize
 pkgname=haskell-ap-normalize
 pkgver=0.1.0.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Self-normalizing applicative expressions"
 url="https://github.com/lysxia/ap-normalize"
 license=('MIT')
@@ -28,7 +28,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list