Date: Saturday, March 13, 2021 @ 23:49:57 Author: felixonmars Revision: 890723
upgpkg: haskell-lsp 1.1.1.0-2: rebuild with th-compat 0.1.2 Modified: haskell-lsp/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-13 23:41:55 UTC (rev 890722) +++ PKGBUILD 2021-03-13 23:49:57 UTC (rev 890723) @@ -3,7 +3,7 @@ _hkgname=lsp pkgname=haskell-lsp pkgver=1.1.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Haskell library for the Microsoft Language Server Protocol" url="https://github.com/alanz/lsp" license=("MIT") @@ -26,7 +26,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
