Date: Thursday, September 23, 2021 @ 21:29:12 Author: felixonmars Revision: 1022833
upgpkg: haskell-base-orphans 0.8.4-137: rebuild with vector 0.12.3.1 (rebuild pass 1, specified --nocheck) Modified: haskell-base-orphans/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-23 21:28:31 UTC (rev 1022832) +++ PKGBUILD 2021-09-23 21:29:12 UTC (rev 1022833) @@ -4,7 +4,7 @@ _hkgname=base-orphans pkgname=haskell-base-orphans pkgver=0.8.4 -pkgrel=136 +pkgrel=137 pkgdesc="Backwards-compatible orphan instances for base" url="https://github.com/haskell-compat/base-orphans#readme" license=("MIT") @@ -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
