[arch-commits] Commit in clash-ghc/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Sep 22 13:42:48 UTC 2021


    Date: Wednesday, September 22, 2021 @ 13:42:47
  Author: felixonmars
Revision: 1021531

upgpkg: clash-ghc 1.4.3-15: rebuild with random 1.2.1

Modified:
  clash-ghc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-22 13:37:55 UTC (rev 1021530)
+++ PKGBUILD	2021-09-22 13:42:47 UTC (rev 1021531)
@@ -2,7 +2,7 @@
 
 pkgname=clash-ghc
 pkgver=1.4.3
-pkgrel=14
+pkgrel=15
 pkgdesc="CAES Language for Synchronous Hardware"
 url="https://clash-lang.org/"
 license=("BSD")
@@ -22,7 +22,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