Date: Monday, October 11, 2021 @ 16:23:49 Author: felixonmars Revision: 1029517
upgpkg: haskell-open-browser 0.2.1.0-26: rebuild with libffi 3.4 Modified: haskell-open-browser/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-11 16:23:10 UTC (rev 1029516) +++ PKGBUILD 2021-10-11 16:23:49 UTC (rev 1029517) @@ -4,7 +4,7 @@ _hkgname=open-browser pkgname=haskell-open-browser pkgver=0.2.1.0 -pkgrel=25 +pkgrel=26 pkgdesc="Open a web browser from Haskell." url="https://github.com/rightfold/open-browser" license=("BSD") @@ -19,7 +19,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ - --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