Date: Thursday, September 23, 2021 @ 21:11:26 Author: felixonmars Revision: 1022809
upgpkg: haskell-logict 0.7.1.0-70: rebuild with vector 0.12.3.1 Modified: haskell-logict/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-23 21:10:23 UTC (rev 1022808) +++ PKGBUILD 2021-09-23 21:11:26 UTC (rev 1022809) @@ -3,7 +3,7 @@ _hkgname=logict pkgname=haskell-logict pkgver=0.7.1.0 -pkgrel=69 +pkgrel=70 pkgdesc="A backtracking logic-programming monad." url="http://code.haskell.org/~dolio/" license=('BSD') @@ -25,7 +25,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 runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
