Date: Thursday, December 24, 2020 @ 06:55:31 Author: felixonmars Revision: 786637
upgpkg: haskell-hie-compat 0.1.0.0-2: rebuild with ghc 8.10.3 Modified: haskell-hie-compat/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-24 06:54:53 UTC (rev 786636) +++ PKGBUILD 2020-12-24 06:55:31 UTC (rev 786637) @@ -3,7 +3,7 @@ _hkgname=hie-compat pkgname=haskell-hie-compat pkgver=0.1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="HIE files for GHC 8.6 and other HIE file backports" url="https://hackage.haskell.org/package/hie-compat" license=("Apache") @@ -27,7 +27,7 @@ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
