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

Felix Yan felixonmars at gemini.archlinux.org
Wed Sep 22 10:39:41 UTC 2021


    Date: Wednesday, September 22, 2021 @ 10:39:41
  Author: felixonmars
Revision: 1021403

upgpkg: haskell-ormolu 0.2.0.0-11: rebuild with random 1.2.1

Modified:
  haskell-ormolu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-22 10:37:11 UTC (rev 1021402)
+++ PKGBUILD	2021-09-22 10:39:41 UTC (rev 1021403)
@@ -3,7 +3,7 @@
 _hkgname=ormolu
 pkgname=haskell-ormolu
 pkgver=0.2.0.0
-pkgrel=10
+pkgrel=11
 pkgdesc="A formatter for Haskell source code"
 url="https://github.com/tweag/ormolu"
 license=("BSD")
@@ -25,7 +25,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