Date: Friday, September 24, 2021 @ 22:16:24 Author: felixonmars Revision: 1024047
upgpkg: stylish-haskell 0.12.2.0-85: rebuild with vector 0.12.3.1 Modified: stylish-haskell/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 22:14:02 UTC (rev 1024046) +++ PKGBUILD 2021-09-24 22:16:24 UTC (rev 1024047) @@ -3,7 +3,7 @@ pkgname=stylish-haskell pkgver=0.12.2.0 -pkgrel=84 +pkgrel=85 pkgdesc="Haskell code prettifier" url="https://github.com/jaspervdj/stylish-haskell" license=("BSD") @@ -26,7 +26,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests --datasubdir="$pkgname" \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ -f-old_base --ghc-option='-pie' runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
