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

Felix Yan felixonmars at archlinux.org
Sun Jun 6 22:34:27 UTC 2021


    Date: Sunday, June 6, 2021 @ 22:34:26
  Author: felixonmars
Revision: 956447

upgpkg: haskell-indexed-profunctors 0.1.1-2: rebuild with ghc 8.10.5

Modified:
  haskell-indexed-profunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 22:34:01 UTC (rev 956446)
+++ PKGBUILD	2021-06-06 22:34:26 UTC (rev 956447)
@@ -3,7 +3,7 @@
 _hkgname=indexed-profunctors
 pkgname=haskell-indexed-profunctors
 pkgver=0.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Utilities for indexed profunctors"
 url="https://github.com/well-typed/optics"
 license=('BSD')
@@ -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