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