Date: Wednesday, September 22, 2021 @ 10:49:11 Author: felixonmars Revision: 1021413
upgpkg: haskell-arithmoi 0.12.0.1-4: rebuild with random 1.2.1 Modified: haskell-arithmoi/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-22 10:48:13 UTC (rev 1021412) +++ PKGBUILD 2021-09-22 10:49:11 UTC (rev 1021413) @@ -3,7 +3,7 @@ _hkgname=arithmoi pkgname=haskell-arithmoi pkgver=0.12.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="Efficient basic number-theoretic functions." url="https://github.com/Bodigrim/arithmoi" license=("MIT") @@ -27,7 +27,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'
