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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jan 10 18:21:35 UTC 2022


    Date: Monday, January 10, 2022 @ 18:21:35
  Author: felixonmars
Revision: 1099736

upgpkg: haskell-lazysmallcheck 0.6-4: rebuild with ghc 9.0.2

Modified:
  haskell-lazysmallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 18:21:07 UTC (rev 1099735)
+++ PKGBUILD	2022-01-10 18:21:35 UTC (rev 1099736)
@@ -3,7 +3,7 @@
 _hkgname=lazysmallcheck
 pkgname=haskell-lazysmallcheck
 pkgver=0.6
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for demand-driven testing of Haskell programs"
 url="http://www.cs.york.ac.uk/~mfn/lazysmallcheck/"
 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