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

Felix Yan felixonmars at archlinux.org
Mon Jun 7 13:27:33 UTC 2021


    Date: Monday, June 7, 2021 @ 13:27:33
  Author: felixonmars
Revision: 957626

upgpkg: haskell-optics-core 0.4-3: rebuild with ghc 8.10.5

Modified:
  haskell-optics-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 13:26:42 UTC (rev 957625)
+++ PKGBUILD	2021-06-07 13:27:33 UTC (rev 957626)
@@ -3,7 +3,7 @@
 _hkgname=optics-core
 pkgname=haskell-optics-core
 pkgver=0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Optics as an abstract interface: core definitions"
 url="https://github.com/well-typed/optics-core"
 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