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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 24 10:50:45 UTC 2021


    Date: Friday, September 24, 2021 @ 10:50:45
  Author: felixonmars
Revision: 1023632

upgpkg: haskell-nettle 0.3.0-177: rebuild with vector 0.12.3.1

Modified:
  haskell-nettle/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-24 10:49:35 UTC (rev 1023631)
+++ PKGBUILD	2021-09-24 10:50:45 UTC (rev 1023632)
@@ -3,7 +3,7 @@
 _hkgname=nettle
 pkgname=haskell-nettle
 pkgver=0.3.0
-pkgrel=176
+pkgrel=177
 pkgdesc="Safe nettle binding"
 url="https://github.com/stbuehler/haskell-nettle"
 license=('MIT')
@@ -19,7 +19,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list