Date: Thursday, September 23, 2021 @ 11:10:16 Author: felixonmars Revision: 1021805
upgpkg: cabal-plan 0.7.2.0-56: rebuild with random 1.2.1 Modified: cabal-plan/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-23 11:08:04 UTC (rev 1021804) +++ PKGBUILD 2021-09-23 11:10:16 UTC (rev 1021805) @@ -3,7 +3,7 @@ _hkgname=cabal-plan pkgname=cabal-plan pkgver=0.7.2.0 -pkgrel=55 +pkgrel=56 pkgdesc="Library and utility for processing cabal's plan.json file" url="https://github.com/hvr/cabal-plan" license=("GPL") @@ -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 \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' \ -fexe -flicense-report
