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

Felix Yan felixonmars at archlinux.org
Thu Jan 4 07:05:33 UTC 2018


    Date: Thursday, January 4, 2018 @ 07:05:32
  Author: felixonmars
Revision: 278583

upgpkg: haskell-hakyll 4.10.0.0-14

rebuild with yaml,0.8.25.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-04 07:03:30 UTC (rev 278582)
+++ PKGBUILD	2018-01-04 07:05:32 UTC (rev 278583)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.10.0.0
-pkgrel=13
+pkgrel=14
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll"
 license=("custom:BSD3")
@@ -45,7 +45,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    # runhaskell Setup test
+    LC_CTYPE=en_US.UTF-8 runhaskell Setup test
     # pandoc 2.0.6 is causing the test suite of hakyll to hang
 }
 



More information about the arch-commits mailing list