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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 18:39:28 UTC 2021


    Date: Wednesday, April 21, 2021 @ 18:39:28
  Author: felixonmars
Revision: 920583

upgpkg: haskell-generic-lens 2.1.0.0-29: rebuild with inspection-testing 0.4.4.0

Modified:
  haskell-generic-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 18:38:07 UTC (rev 920582)
+++ PKGBUILD	2021-04-21 18:39:28 UTC (rev 920583)
@@ -3,7 +3,7 @@
 _hkgname=generic-lens
 pkgname=haskell-generic-lens
 pkgver=2.1.0.0
-pkgrel=28
+pkgrel=29
 pkgdesc="Generically derive traversals, lenses and prisms"
 url="https://github.com/kcsongor/generic-lens"
 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