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

Felix Yan felixonmars at archlinux.org
Mon Jun 7 13:28:44 UTC 2021


    Date: Monday, June 7, 2021 @ 13:28:44
  Author: felixonmars
Revision: 957628

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

Modified:
  haskell-optics-th/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 13:27:46 UTC (rev 957627)
+++ PKGBUILD	2021-06-07 13:28:44 UTC (rev 957628)
@@ -3,7 +3,7 @@
 _hkgname=optics-th
 pkgname=haskell-optics-th
 pkgver=0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Optics construction using TemplateHaskell"
 url="https://github.com/well-typed/optics"
 license=('BSD')
@@ -33,7 +33,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list