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

Felix Yan felixonmars at gemini.archlinux.org
Tue Jan 11 21:12:21 UTC 2022


    Date: Tuesday, January 11, 2022 @ 21:12:21
  Author: felixonmars
Revision: 1101068

upgpkg: haskell-gnuidn 0.2.2-201: rebuild with ghc 9.0.2

Modified:
  haskell-gnuidn/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-11 21:11:51 UTC (rev 1101067)
+++ PKGBUILD	2022-01-11 21:12:21 UTC (rev 1101068)
@@ -4,7 +4,7 @@
 _hkgname=gnuidn
 pkgname=haskell-gnuidn
 pkgver=0.2.2
-pkgrel=200
+pkgrel=201
 pkgdesc="Bindings for GNU IDN"
 url="https://john-millikin.com/software/haskell-gnuidn/"
 license=("GPL3")
@@ -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