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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jan 10 16:32:29 UTC 2022


    Date: Monday, January 10, 2022 @ 16:32:29
  Author: felixonmars
Revision: 1099412

upgpkg: haskell-language-c 0.9.0.1-5: rebuild with ghc 9.0.2

Modified:
  haskell-language-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 16:30:17 UTC (rev 1099411)
+++ PKGBUILD	2022-01-10 16:32:29 UTC (rev 1099412)
@@ -4,7 +4,7 @@
 _hkgname=language-c
 pkgname=haskell-language-c
 pkgver=0.9.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Analysis and generation of C code"
 url="https://visq.github.io/language-c/"
 license=("BSD")
@@ -21,7 +21,7 @@
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
             -fseparatesyb -fusebytestrings -f-allwarnings -fiecfpextension
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list