[arch-commits] Commit in dhall-docs/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Sep 22 13:18:55 UTC 2021


    Date: Wednesday, September 22, 2021 @ 13:18:55
  Author: felixonmars
Revision: 1021517

upgpkg: dhall-docs 1.0.7-16: rebuild with random 1.2.1

Modified:
  dhall-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-22 13:16:49 UTC (rev 1021516)
+++ PKGBUILD	2021-09-22 13:18:55 UTC (rev 1021517)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-docs
 pkgver=1.0.7
-pkgrel=15
+pkgrel=16
 pkgdesc="Generate HTML docs from a dhall package"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs"
 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 --datasubdir="$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