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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jan 10 17:50:07 UTC 2022


    Date: Monday, January 10, 2022 @ 17:50:07
  Author: felixonmars
Revision: 1099628

upgpkg: haskell-doctest-lib 0.1-4: rebuild with ghc 9.0.2

Modified:
  haskell-doctest-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 17:49:41 UTC (rev 1099627)
+++ PKGBUILD	2022-01-10 17:50:07 UTC (rev 1099628)
@@ -3,7 +3,7 @@
 _hkgname=doctest-lib
 pkgname=haskell-doctest-lib
 pkgver=0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Parts of doctest exposed as library"
 url="https://hub.darcs.net/thielema/doctest-lib/"
 license=("MIT")
@@ -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