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

Felix Yan felixonmars at gemini.archlinux.org
Sat May 28 17:30:37 UTC 2022


    Date: Saturday, May 28, 2022 @ 17:30:36
  Author: felixonmars
Revision: 1212581

upgpkg: haskell-bv-sized 1.0.4-16: rebuild with doctest 0.20.0

Modified:
  haskell-bv-sized/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-28 17:30:28 UTC (rev 1212580)
+++ PKGBUILD	2022-05-28 17:30:36 UTC (rev 1212581)
@@ -3,7 +3,7 @@
 _hkgname=bv-sized
 pkgname=haskell-bv-sized
 pkgver=1.0.4
-pkgrel=15
+pkgrel=16
 pkgdesc="A bitvector datatype that is parameterized by the vector width"
 url="https://github.com/GaloisInc/bv-sized"
 license=('BSD')
@@ -36,7 +36,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    LC_CTYPE=en_US.UTF-8 runhaskell Setup test --show-details=direct
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list