Skip to content

Commit

Permalink
add comments on plugins not updated for 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Oct 9, 2023
1 parent ddb6f79 commit 165a9f5
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/hls-floskell-plugin/hls-floskell-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugins/hls-gadt-plugin/hls-gadt-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugins/hls-hlint-plugin/hls-hlint-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugins/hls-refactor-plugin/hls-refactor-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugins/hls-rename-plugin/hls-rename-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugins/hls-retrie-plugin/hls-retrie-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugins/hls-splice-plugin/hls-splice-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 165a9f5

Please sign in to comment.