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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jan 10 17:44:52 UTC 2022


    Date: Monday, January 10, 2022 @ 17:44:52
  Author: felixonmars
Revision: 1099614

upgpkg: haskell-record-hasfield 1.0-6: rebuild with ghc 9.0.2

Modified:
  haskell-record-hasfield/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 17:44:14 UTC (rev 1099613)
+++ PKGBUILD	2022-01-10 17:44:52 UTC (rev 1099614)
@@ -3,7 +3,7 @@
 _hkgname=record-hasfield
 pkgname=haskell-record-hasfield
 pkgver=1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A version of GHC.Records as available in future GHCs."
 url="https://github.com/ndmitchell/record-hasfield#readme"
 license=("BSD")
@@ -18,7 +18,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