[arch-commits] Commit in haskell-ghc-api-compat/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Jan 11 01:55:55 UTC 2022


    Date: Tuesday, January 11, 2022 @ 01:55:55
  Author: felixonmars
Revision: 1100261

upgpkg: haskell-ghc-api-compat 8.6.1-6: rebuild with ghc 9.0.2

Modified:
  haskell-ghc-api-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-11 01:55:30 UTC (rev 1100260)
+++ PKGBUILD	2022-01-11 01:55:55 UTC (rev 1100261)
@@ -4,7 +4,7 @@
 pkgname=haskell-ghc-api-compat
 pkgver=8.6.1
 _commit=9e8c1ec540bc0a68700e8541d44dca14913c5c9e
-pkgrel=5
+pkgrel=6
 pkgdesc="GHC-API compatibility helpers"
 url="https://hackage.haskell.org/package/ghc-api-compat"
 license=("BSD")
@@ -31,7 +31,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 \
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie'
 



More information about the arch-commits mailing list