From 165a9f5772ea3e6017d93c834baa28a209054778 Mon Sep 17 00:00:00 2001 From: Zubin Duggal Date: Mon, 9 Oct 2023 08:56:32 +0530 Subject: [PATCH] add comments on plugins not updated for 9.8 --- plugins/hls-floskell-plugin/hls-floskell-plugin.cabal | 1 + plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal | 1 + plugins/hls-gadt-plugin/hls-gadt-plugin.cabal | 1 + plugins/hls-hlint-plugin/hls-hlint-plugin.cabal | 1 + plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal | 1 + plugins/hls-refactor-plugin/hls-refactor-plugin.cabal | 1 + plugins/hls-rename-plugin/hls-rename-plugin.cabal | 1 + plugins/hls-retrie-plugin/hls-retrie-plugin.cabal | 1 + plugins/hls-splice-plugin/hls-splice-plugin.cabal | 1 + .../hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal | 1 + 10 files changed, 10 insertions(+) diff --git a/plugins/hls-floskell-plugin/hls-floskell-plugin.cabal b/plugins/hls-floskell-plugin/hls-floskell-plugin.cabal index eab1db669aa..de34f436bad 100644 --- a/plugins/hls-floskell-plugin/hls-floskell-plugin.cabal +++ b/plugins/hls-floskell-plugin/hls-floskell-plugin.cabal @@ -21,6 +21,7 @@ source-repository head location: https://github.com/haskell/haskell-language-server.git library + -- Plugins that need exactprint have not been updated for 9.8 yet if impl(ghc >= 9.5) buildable: False exposed-modules: Ide.Plugin.Floskell diff --git a/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal b/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal index 04f1caef240..424a6180e8b 100644 --- a/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal +++ b/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal @@ -23,6 +23,7 @@ source-repository head location: git://github.com/haskell/haskell-language-server.git library + -- Plugins that need exactprint have not been updated for 9.8 yet if impl(ghc >= 9.8) buildable: False else diff --git a/plugins/hls-gadt-plugin/hls-gadt-plugin.cabal b/plugins/hls-gadt-plugin/hls-gadt-plugin.cabal index 9a1edf77270..bd6e17d01fd 100644 --- a/plugins/hls-gadt-plugin/hls-gadt-plugin.cabal +++ b/plugins/hls-gadt-plugin/hls-gadt-plugin.cabal @@ -20,6 +20,7 @@ source-repository head location: https://github.com/haskell/haskell-language-server.git library + -- Plugins that need exactprint have not been updated for 9.8 yet if impl(ghc >= 9.8) buildable: False else diff --git a/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal b/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal index 8ba85a35d1b..f4f3749c21e 100644 --- a/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal +++ b/plugins/hls-hlint-plugin/hls-hlint-plugin.cabal @@ -30,6 +30,7 @@ flag pedantic manual: True library + -- Plugins that need exactprint have not been updated for 9.8 yet if impl(ghc >= 9.8) buildable: False else diff --git a/plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal b/plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal index cc2606e24ba..422befbb2e7 100644 --- a/plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal +++ b/plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal @@ -23,6 +23,7 @@ source-repository head location: https://github.com/haskell/haskell-language-server.git library + -- Plugins that need exactprint have not been updated for 9.8 yet if impl(ghc >= 9.7) buildable: False exposed-modules: Ide.Plugin.Ormolu diff --git a/plugins/hls-refactor-plugin/hls-refactor-plugin.cabal b/plugins/hls-refactor-plugin/hls-refactor-plugin.cabal index 8d6f0bb5150..2faf1028282 100644 --- a/plugins/hls-refactor-plugin/hls-refactor-plugin.cabal +++ b/plugins/hls-refactor-plugin/hls-refactor-plugin.cabal @@ -22,6 +22,7 @@ source-repository head location: https://github.com/haskell/haskell-language-server.git library + -- Plugins that need exactprint have not been updated for 9.8 yet if impl(ghc >= 9.8) buildable: False else diff --git a/plugins/hls-rename-plugin/hls-rename-plugin.cabal b/plugins/hls-rename-plugin/hls-rename-plugin.cabal index f9529e1611b..7c0b3f52ce6 100644 --- a/plugins/hls-rename-plugin/hls-rename-plugin.cabal +++ b/plugins/hls-rename-plugin/hls-rename-plugin.cabal @@ -21,6 +21,7 @@ source-repository head location: https://github.com/haskell/haskell-language-server.git library + -- Plugins that need exactprint have not been updated for 9.8 yet if impl(ghc >= 9.8) buildable: False else diff --git a/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal b/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal index cadd9f730d1..d4ae524f386 100644 --- a/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal +++ b/plugins/hls-retrie-plugin/hls-retrie-plugin.cabal @@ -21,6 +21,7 @@ source-repository head location: https://github.com/haskell/haskell-language-server.git library + -- Plugins that need exactprint have not been updated for 9.8 yet if impl(ghc >= 9.8) buildable: False else diff --git a/plugins/hls-splice-plugin/hls-splice-plugin.cabal b/plugins/hls-splice-plugin/hls-splice-plugin.cabal index 8012607b289..383cc0c86ed 100644 --- a/plugins/hls-splice-plugin/hls-splice-plugin.cabal +++ b/plugins/hls-splice-plugin/hls-splice-plugin.cabal @@ -27,6 +27,7 @@ source-repository head location: https://github.com/haskell/haskell-language-server.git library + -- Plugins that need exactprint have not been updated for 9.8 yet if impl(ghc >= 9.8) buildable: False else diff --git a/plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal b/plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal index f49c3364d02..776bd4bb6cc 100644 --- a/plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal +++ b/plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal @@ -20,6 +20,7 @@ source-repository head location: https://github.com/haskell/haskell-language-server.git library + -- Plugins that need exactprint have not been updated for 9.8 yet if impl(ghc >= 9.8) buildable: False else