Date: Saturday, June 19, 2021 @ 19:49:15 Author: felixonmars Revision: 965650
upgpkg: haskell-hyphenation 0.8.1-2: rebuild with ghc 9.0.1 Modified: haskell-hyphenation/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-19 19:48:24 UTC (rev 965649) +++ PKGBUILD 2021-06-19 19:49:15 UTC (rev 965650) @@ -3,7 +3,7 @@ _hkgname=hyphenation pkgname=haskell-hyphenation pkgver=0.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="Configurable Knuth-Liang hyphenation" url="http://github.com/ekmett/hyphenation" license=("BSD") @@ -22,7 +22,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
