Date: Wednesday, September 22, 2021 @ 12:14:11 Author: felixonmars Revision: 1021475
upgpkg: haskell-skylighting 0.11-22: rebuild with random 1.2.1 Modified: haskell-skylighting/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-22 12:10:15 UTC (rev 1021474) +++ PKGBUILD 2021-09-22 12:14:11 UTC (rev 1021475) @@ -3,7 +3,7 @@ _hkgname=skylighting pkgname=haskell-skylighting pkgver=0.11 -pkgrel=21 +pkgrel=22 pkgdesc="Syntax highlighting library" url="https://github.com/jgm/skylighting" license=('GPL2') @@ -18,7 +18,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 \ -f-executable runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
