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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 24 07:39:21 UTC 2021


    Date: Friday, September 24, 2021 @ 07:39:21
  Author: felixonmars
Revision: 1023450

upgpkg: haskell-hxt 9.3.1.22-32: rebuild with vector 0.12.3.1

Modified:
  haskell-hxt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-24 07:36:34 UTC (rev 1023449)
+++ PKGBUILD	2021-09-24 07:39:21 UTC (rev 1023450)
@@ -3,7 +3,7 @@
 _hkgname=hxt
 pkgname=haskell-hxt
 pkgver=9.3.1.22
-pkgrel=31
+pkgrel=32
 pkgdesc="A collection of tools for processing XML with Haskell."
 url="https://github.com/UweSchmidt/hxt"
 license=('MIT')
@@ -19,7 +19,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
             -fnetwork-uri
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list