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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 19:00:31 UTC 2021


    Date: Wednesday, April 21, 2021 @ 19:00:31
  Author: felixonmars
Revision: 920601

upgpkg: haskell-generic-data 0.9.2.0-64: rebuild with inspection-testing 0.4.4.0

Modified:
  haskell-generic-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 18:58:55 UTC (rev 920600)
+++ PKGBUILD	2021-04-21 19:00:31 UTC (rev 920601)
@@ -3,7 +3,7 @@
 _hkgname=generic-data
 pkgname=haskell-generic-data
 pkgver=0.9.2.0
-pkgrel=63
+pkgrel=64
 pkgdesc="Deriving instances with GHC.Generics and related utilities"
 url="https://github.com/Lysxia/generic-data"
 license=('MIT')
@@ -32,7 +32,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list