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

Felix Yan felixonmars at gemini.archlinux.org
Mon Oct 11 15:56:34 UTC 2021


    Date: Monday, October 11, 2021 @ 15:56:33
  Author: felixonmars
Revision: 1029473

upgpkg: haskell-hscolour 1.24.4-21: rebuild with libffi 3.4

Modified:
  haskell-hscolour/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-11 15:53:25 UTC (rev 1029472)
+++ PKGBUILD	2021-10-11 15:56:33 UTC (rev 1029473)
@@ -4,7 +4,7 @@
 _hkgname=hscolour
 pkgname=haskell-hscolour
 pkgver=1.24.4
-pkgrel=20
+pkgrel=21
 pkgdesc="Colourise Haskell code."
 url="http://code.haskell.org/~malcolm/hscolour/"
 license=("LGPL")
@@ -19,7 +19,7 @@
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$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