Date: Friday, September 24, 2021 @ 04:25:08 Author: felixonmars Revision: 1023299
upgpkg: haskell-language-python 0.5.8-61: rebuild with vector 0.12.3.1 Modified: haskell-language-python/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 04:21:50 UTC (rev 1023298) +++ PKGBUILD 2021-09-24 04:25:08 UTC (rev 1023299) @@ -4,7 +4,7 @@ _hkgname=language-python pkgname=haskell-language-python pkgver=0.5.8 -pkgrel=60 +pkgrel=61 pkgdesc="Parsing and pretty printing of Python code." url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -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 \ -fsplit-base runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
