[arch-commits] Commit in haskell-type-equality/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 7 01:35:04 UTC 2021


    Date: Monday, June 7, 2021 @ 01:35:04
  Author: felixonmars
Revision: 956756

upgpkg: haskell-type-equality 1-10: rebuild with ghc 8.10.5

Modified:
  haskell-type-equality/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 01:34:39 UTC (rev 956755)
+++ PKGBUILD	2021-06-07 01:35:04 UTC (rev 956756)
@@ -3,7 +3,7 @@
 _hkgname=type-equality
 pkgname=haskell-type-equality
 pkgver=1
-pkgrel=9
+pkgrel=10
 pkgdesc="Data.Type.Equality compat package"
 url="https://github.com/commercialhaskell/type-equality"
 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