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

Felix Yan felixonmars at archlinux.org
Tue Apr 20 18:36:15 UTC 2021


    Date: Tuesday, April 20, 2021 @ 18:36:15
  Author: felixonmars
Revision: 920214

upgpkg: haskell-hakyll 4.14.0.0-32: rebuild with http2 3.0.0, warp 3.3.15

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 18:34:38 UTC (rev 920213)
+++ PKGBUILD	2021-04-20 18:36:15 UTC (rev 920214)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.14.0.0
-pkgrel=31
+pkgrel=32
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll"
 license=("BSD")
@@ -42,7 +42,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+    LC_CTYPE=en_US.UTF-8 runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list