Date: Friday, September 24, 2021 @ 22:52:21 Author: felixonmars Revision: 1024089
upgpkg: haskell-skylighting-core 0.11-23: rebuild with vector 0.12.3.1 Modified: haskell-skylighting-core/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 22:48:40 UTC (rev 1024088) +++ PKGBUILD 2021-09-24 22:52:21 UTC (rev 1024089) @@ -3,7 +3,7 @@ _hkgname=skylighting-core pkgname=haskell-skylighting-core pkgver=0.11 -pkgrel=22 +pkgrel=23 pkgdesc="Syntax highlighting library" url="https://github.com/jgm/skylighting" license=('BSD') @@ -21,7 +21,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 \ -fexecutable runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
