Date: Thursday, September 23, 2021 @ 11:43:02 Author: felixonmars Revision: 1021827
upgpkg: stack 2.7.3-39: rebuild with random 1.2.1 Modified: stack/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-23 11:35:06 UTC (rev 1021826) +++ PKGBUILD 2021-09-23 11:43:02 UTC (rev 1021827) @@ -3,7 +3,7 @@ pkgname=stack pkgver=2.7.3 -pkgrel=38 +pkgrel=39 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack" license=("BSD") @@ -49,7 +49,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 \ -f-disable-git-info -f-integration-tests -f-static -f-hide-dependency-versions -f-supported-build \ --ghc-option='-pie' runhaskell Setup build $MAKEFLAGS
