Date: Friday, September 24, 2021 @ 22:22:23 Author: felixonmars Revision: 1024051
upgpkg: haskell-texmath 0.12.3.1-12: rebuild with vector 0.12.3.1 Modified: haskell-texmath/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 22:18:00 UTC (rev 1024050) +++ PKGBUILD 2021-09-24 22:22:23 UTC (rev 1024051) @@ -4,7 +4,7 @@ _hkgname=texmath pkgname=haskell-texmath pkgver=0.12.3.1 -pkgrel=11 +pkgrel=12 pkgdesc="Conversion between formats used to represent mathematics." url="https://github.com/jgm/texmath" license=("GPL2") @@ -20,7 +20,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 \ -fnetwork-uri -f-executable runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
