[arch-commits] Commit in haskell-language-server/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jul 8 16:12:49 UTC 2021


    Date: Thursday, July 8, 2021 @ 16:12:49
  Author: felixonmars
Revision: 975793

upgpkg: haskell-language-server 1.2.0.0-18: re-enable stylish-haskell plugin

Modified:
  haskell-language-server/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-08 16:02:36 UTC (rev 975792)
+++ PKGBUILD	2021-07-08 16:12:49 UTC (rev 975793)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-language-server
 pkgver=1.2.0.0
-pkgrel=17
+pkgrel=18
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme"
 license=("Apache")
@@ -16,7 +16,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-retrie-plugin' 'haskell-hslogger'
+         'haskell-hls-retrie-plugin' 'haskell-hls-stylish-haskell-plugin' 'haskell-hslogger'
          'haskell-lens' 'haskell-lsp' 'haskell-optparse-applicative' 'haskell-optparse-simple'
          'haskell-regex-tdfa' 'haskell-safe-exceptions' 'haskell-sqlite-simple' 'haskell-temporary'
          'haskell-unordered-containers')
@@ -23,7 +23,7 @@
 # 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-stylish-haskell-plugin' 'haskell-hls-tactics-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-stylishHaskell -f-tactic
+    --ghc-option='-pie' -f-brittany -f-class -f-eval -f-fourmolu -f-ormolu -f-refineImports -f-splice -f-tactic
 
   runhaskell Setup build $MAKEFLAGS
   runhaskell Setup register --gen-script




More information about the arch-commits mailing list