[arch-commits] Commit in haskell-language-server/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jul 9 04:38:00 UTC 2021
Date: Friday, July 9, 2021 @ 04:37:59
Author: felixonmars
Revision: 975891
upgpkg: haskell-language-server 1.2.0.0-19: re-enable ormolu and fourmolu plugins
Modified:
haskell-language-server/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-09 04:29:23 UTC (rev 975890)
+++ PKGBUILD 2021-07-09 04:37:59 UTC (rev 975891)
@@ -2,7 +2,7 @@
pkgname=haskell-language-server
pkgver=1.2.0.0
-pkgrel=18
+pkgrel=19
pkgdesc="LSP server for GHC"
url="https://github.com/haskell/haskell-language-server#readme"
license=("Apache")
@@ -12,7 +12,8 @@
'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 'haskell-ghc-paths' 'haskell-gitrev'
'haskell-hashable' 'haskell-hie-bios' 'haskell-hiedb' 'haskell-hls-brittany-plugin'
'haskell-hls-explicit-imports-plugin'
- 'haskell-hls-floskell-plugin' 'haskell-hls-graph'
+ 'haskell-hls-floskell-plugin' 'haskell-hls-fourmolu-plugin' 'haskell-hls-ormolu-plugin'
+ 'haskell-hls-graph'
'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'
@@ -22,8 +23,7 @@
'haskell-unordered-containers')
# Disabled due to not compatible with GHC 9:
# 'haskell-hls-brittany-plugin' 'haskell-hls-class-plugin' 'haskell-hls-eval-plugin'
-# 'haskell-hls-fourmolu-plugin' 'haskell-hls-ormolu-plugin' 'haskell-hls-refine-imports-plugin'
-# 'haskell-hls-splice-plugin' 'haskell-hls-tactics-plugin'
+# 'haskell-hls-refine-imports-plugin' 'haskell-hls-splice-plugin' 'haskell-hls-tactics-plugin'
makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-hspec-expectations' 'haskell-lsp-test'
'haskell-lsp-types')
checkdepends=('cabal-install')
@@ -42,7 +42,7 @@
--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
- --ghc-option='-pie' -f-brittany -f-class -f-eval -f-fourmolu -f-ormolu -f-refineImports -f-splice -f-tactic
+ --ghc-option='-pie' -f-brittany -f-class -f-eval -f-refineImports -f-splice -f-tactic
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
More information about the arch-commits
mailing list