Date: Wednesday, September 22, 2021 @ 15:31:42 Author: felixonmars Revision: 1021624
upgpkg: haskell-deque 0.4.3-125: rebuild with random 1.2.1 Modified: haskell-deque/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-22 15:30:16 UTC (rev 1021623) +++ PKGBUILD 2021-09-22 15:31:42 UTC (rev 1021624) @@ -3,7 +3,7 @@ _hkgname=deque pkgname=haskell-deque pkgver=0.4.3 -pkgrel=124 +pkgrel=125 pkgdesc="Double-ended queues" url="https://github.com/nikita-volkov/deque" 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'