Date: Wednesday, September 22, 2021 @ 11:52:18 Author: felixonmars Revision: 1021465
upgpkg: haskell-clash-lib 1.4.3-15: rebuild with random 1.2.1 Modified: haskell-clash-lib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-22 11:51:22 UTC (rev 1021464) +++ PKGBUILD 2021-09-22 11:52:18 UTC (rev 1021465) @@ -3,7 +3,7 @@ _hkgname=clash-lib pkgname=haskell-clash-lib pkgver=1.4.3 -pkgrel=14 +pkgrel=15 pkgdesc="Clash: a functional hardware description language - As a library" url="https://clash-lang.org/" license=("BSD") @@ -28,7 +28,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'
