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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 22:34:17 UTC 2021


    Date: Thursday, April 22, 2021 @ 22:34:16
  Author: felixonmars
Revision: 921837

upgpkg: haskell-graphite 0.10.0.1-12: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-graphite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 22:33:19 UTC (rev 921836)
+++ PKGBUILD	2021-04-22 22:34:16 UTC (rev 921837)
@@ -3,7 +3,7 @@
 _hkgname=graphite
 pkgname=haskell-graphite
 pkgver=0.10.0.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Graphs and networks library"
 url="https://github.com/alx741/graphite#readme"
 license=("BSD")
@@ -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