[arch-commits] Commit in haskell-sorted-list/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 6 23:20:59 UTC 2021


    Date: Sunday, June 6, 2021 @ 23:20:59
  Author: felixonmars
Revision: 956590

upgpkg: haskell-sorted-list 0.2.1.0-7: rebuild with ghc 8.10.5

Modified:
  haskell-sorted-list/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 23:20:36 UTC (rev 956589)
+++ PKGBUILD	2021-06-06 23:20:59 UTC (rev 956590)
@@ -3,7 +3,7 @@
 _hkgname=sorted-list
 pkgname=haskell-sorted-list
 pkgver=0.2.1.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Type-enforced sorted lists and related functions"
 url="https://github.com/Daniel-Diaz/sorted-list"
 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