[arch-commits] Commit in haskell-generics-sop/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 7 20:40:39 UTC 2021


    Date: Monday, June 7, 2021 @ 20:40:38
  Author: felixonmars
Revision: 958214

upgpkg: haskell-generics-sop 0.5.1.1-2: rebuild with ghc 8.10.5

Modified:
  haskell-generics-sop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 20:39:03 UTC (rev 958213)
+++ PKGBUILD	2021-06-07 20:40:38 UTC (rev 958214)
@@ -4,7 +4,7 @@
 _hkgname=generics-sop
 pkgname=haskell-generics-sop
 pkgver=0.5.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Generic Programming using True Sums of Products"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -34,7 +34,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list