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

Felix Yan felixonmars at archlinux.org
Sun Jun 6 22:31:51 UTC 2021


    Date: Sunday, June 6, 2021 @ 22:31:51
  Author: felixonmars
Revision: 956439

upgpkg: haskell-language-haskell-extract 0.2.4-11: rebuild with ghc 8.10.5

Modified:
  haskell-language-haskell-extract/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 22:31:25 UTC (rev 956438)
+++ PKGBUILD	2021-06-06 22:31:51 UTC (rev 956439)
@@ -3,7 +3,7 @@
 _hkgname=language-haskell-extract
 pkgname=haskell-language-haskell-extract
 pkgver=0.2.4
-pkgrel=10
+pkgrel=11
 pkgdesc="Module to automatically extract functions from the local code"
 url="https://github.com/finnsson/language-haskell-extract"
 license=('BSD')
@@ -35,7 +35,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list