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

Felix Yan felixonmars at gemini.archlinux.org
Thu May 26 14:49:08 UTC 2022


    Date: Thursday, May 26, 2022 @ 14:49:07
  Author: felixonmars
Revision: 1210539

upgpkg: haskell-what4 1.2.1-135: rebuild with lens 5.1.1

Modified:
  haskell-what4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-26 14:42:08 UTC (rev 1210538)
+++ PKGBUILD	2022-05-26 14:49:07 UTC (rev 1210539)
@@ -3,7 +3,7 @@
 _hkgname=what4
 pkgname=haskell-what4
 pkgver=1.2.1
-pkgrel=134
+pkgrel=135
 pkgdesc="Solver-agnostic symbolic values support for issuing queries"
 url="https://github.com/GaloisInc/what4"
 license=('BSD')
@@ -48,7 +48,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test --show-details=direct
+    LC_CTYPE=en_US.UTF-8 runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list