Date: Friday, September 24, 2021 @ 21:17:46 Author: felixonmars Revision: 1024005
upgpkg: haskell-hslua-module-path 0.1.0.1-52: rebuild with vector 0.12.3.1 Modified: haskell-hslua-module-path/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 21:16:56 UTC (rev 1024004) +++ PKGBUILD 2021-09-24 21:17:46 UTC (rev 1024005) @@ -3,7 +3,7 @@ _hkgname=hslua-module-path pkgname=haskell-hslua-module-path pkgver=0.1.0.1 -pkgrel=51 +pkgrel=52 pkgdesc="Lua module to work with file paths." url="https://github.com/hslua/hslua-module-path" license=("MIT") @@ -23,7 +23,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'
