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

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


    Date: Tuesday, January 11, 2022 @ 01:52:06
  Author: felixonmars
Revision: 1100249

upgpkg: haskell-boring 0.2-4: rebuild with ghc 9.0.2

Modified:
  haskell-boring/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-11 01:51:40 UTC (rev 1100248)
+++ PKGBUILD	2022-01-11 01:52:06 UTC (rev 1100249)
@@ -3,7 +3,7 @@
 _hkgname=boring
 pkgname=haskell-boring
 pkgver=0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Boring and Absurd types"
 url="https://github.com/phadej/boring"
 license=("BSD")
@@ -23,7 +23,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