Date: Thursday, September 23, 2021 @ 21:05:22 Author: felixonmars Revision: 1022799
upgpkg: haskell-ansi-wl-pprint 0.6.9-221: rebuild with vector 0.12.3.1 Modified: haskell-ansi-wl-pprint/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-23 21:04:37 UTC (rev 1022798) +++ PKGBUILD 2021-09-23 21:05:22 UTC (rev 1022799) @@ -4,7 +4,7 @@ _hkgname=ansi-wl-pprint pkgname=haskell-ansi-wl-pprint pkgver=0.6.9 -pkgrel=220 +pkgrel=221 pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output" url="https://github.com/ekmett/ansi-wl-pprint" license=("BSD") @@ -24,7 +24,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-example runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
