Date: Wednesday, September 22, 2021 @ 13:59:56 Author: felixonmars Revision: 1021547
upgpkg: haskell-strict-list 0.1.6-4: rebuild with random 1.2.1 Modified: haskell-strict-list/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-22 13:58:57 UTC (rev 1021546) +++ PKGBUILD 2021-09-22 13:59:56 UTC (rev 1021547) @@ -3,7 +3,7 @@ _hkgname=strict-list pkgname=haskell-strict-list pkgver=0.1.6 -pkgrel=3 +pkgrel=4 pkgdesc="Strict linked list" url="https://github.com/nikita-volkov/strict-list" license=("MIT") @@ -19,7 +19,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'
