Date: Sunday, January 15, 2023 @ 07:10:25 Author: felixonmars Revision: 1383519
upgpkg: haskell-language-server 1.6.1.1-3: enable rename plugin Modified: haskell-language-server/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-15 07:05:10 UTC (rev 1383518) +++ PKGBUILD 2023-01-15 07:10:25 UTC (rev 1383519) @@ -2,7 +2,7 @@ pkgname=haskell-language-server pkgver=1.6.1.1 -pkgrel=2 +pkgrel=3 pkgdesc="LSP server for GHC" url="https://github.com/haskell/haskell-language-server#readme" license=("Apache") @@ -18,7 +18,7 @@ 'haskell-hls-haddock-comments-plugin' 'haskell-hls-hlint-plugin' 'haskell-hls-module-name-plugin' 'haskell-hls-ormolu-plugin' 'haskell-hls-plugin-api' 'haskell-hls-pragmas-plugin' 'haskell-hls-qualify-imported-names-plugin' - 'haskell-hls-refine-imports-plugin' 'haskell-hls-retrie-plugin' + 'haskell-hls-refine-imports-plugin' 'haskell-hls-rename-plugin' 'haskell-hls-retrie-plugin' 'haskell-hls-selection-range-plugin' 'haskell-hls-splice-plugin' 'haskell-hls-stylish-haskell-plugin' 'haskell-hls-tactics-plugin' 'haskell-hslogger' 'haskell-lens' 'haskell-lens-aeson' 'haskell-lsp' 'haskell-optparse-applicative' @@ -43,7 +43,11 @@ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' \ - -fignore-plugins-ghc-bounds + -fignore-plugins-ghc-bounds -fclass -fcallHierarchy -fhaddockComments -feval -fimportLens \ + -frefineImports -frename -fretrie -ftactic -fhlint -fmoduleName -fpragmas -fsplice \ + -falternateNumberFormat -fqualifyImportedNames -fselectionRange \ + -ffloskell -ffourmolu -formolu -fstylishHaskell -fbrittany \ + -fdynamic runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
