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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 00:06:19 UTC 2021


    Date: Thursday, April 22, 2021 @ 00:06:19
  Author: felixonmars
Revision: 920803

upgpkg: haskell-dlist 1.0-76: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-dlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 00:05:36 UTC (rev 920802)
+++ PKGBUILD	2021-04-22 00:06:19 UTC (rev 920803)
@@ -6,7 +6,7 @@
 _hkgname=dlist
 pkgname=haskell-dlist
 pkgver=1.0
-pkgrel=75
+pkgrel=76
 pkgdesc="Differences lists"
 url="https://hackage.haskell.org/package/dlist"
 license=('BSD')
@@ -31,7 +31,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list