Date: Friday, September 24, 2021 @ 12:28:08 Author: felixonmars Revision: 1023727
upgpkg: haskell-gtk3 0.15.5-86: rebuild with vector 0.12.3.1 Modified: haskell-gtk3/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 12:22:10 UTC (rev 1023726) +++ PKGBUILD 2021-09-24 12:28:08 UTC (rev 1023727) @@ -2,7 +2,7 @@ pkgname=haskell-gtk3 pkgver=0.15.5 -pkgrel=85 +pkgrel=86 pkgdesc="Binding to the gtk library for Gtk2Hs." url="https://hackage.haskell.org/package/gtk3" license=('LGPL2.1') @@ -20,7 +20,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$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
