Date: Thursday, September 23, 2021 @ 21:59:05 Author: felixonmars Revision: 1022861
upgpkg: haskell-math-functions 0.3.4.2-61: rebuild with vector 0.12.3.1 (rebuild pass 1, specified --nocheck) Modified: haskell-math-functions/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-23 21:57:50 UTC (rev 1022860) +++ PKGBUILD 2021-09-23 21:59:05 UTC (rev 1022861) @@ -4,7 +4,7 @@ _hkgname=math-functions pkgname=haskell-math-functions pkgver=0.3.4.2 -pkgrel=60 +pkgrel=61 pkgdesc="Special functions and Chebyshev polynomials" url="https://github.com/bos/math-functions" license=("BSD") @@ -26,7 +26,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ -f-system-expm1 runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
