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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 24 18:34:46 UTC 2021


    Date: Friday, September 24, 2021 @ 18:34:45
  Author: felixonmars
Revision: 1023884

upgpkg: haskell-lens 5.0.1-42: rebuild with vector 0.12.3.1

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-24 18:31:14 UTC (rev 1023883)
+++ PKGBUILD	2021-09-24 18:34:45 UTC (rev 1023884)
@@ -4,7 +4,7 @@
 _hkgname=lens
 pkgname=haskell-lens
 pkgver=5.0.1
-pkgrel=41
+pkgrel=42
 pkgdesc="Lenses, Folds and Traversals"
 url="https://github.com/ekmett/lens/"
 license=("BSD")
@@ -32,7 +32,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 \
             -f-j -ftrustworthy -f-safe -ftest-templates -ftest-properties -ftest-hunit \
             -ftest-doctests -f-dump-splices -f-old-inline-pragmas -finlining \
             -f-benchmark-uniplate



More information about the arch-commits mailing list