Date: Thursday, September 23, 2021 @ 10:06:37 Author: felixonmars Revision: 1021758
upgpkg: hoogle 5.0.18.1-157: rebuild with random 1.2.1 Modified: hoogle/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-23 10:06:06 UTC (rev 1021757) +++ PKGBUILD 2021-09-23 10:06:37 UTC (rev 1021758) @@ -3,7 +3,7 @@ pkgname=hoogle pkgver=5.0.18.1 -pkgrel=156 +pkgrel=157 pkgdesc="Haskell API Search" url="https://www.haskell.org/hoogle/" license=("BSD") @@ -31,7 +31,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 \ --ghc-option='-pie' runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
