Skip to content

Commit

Permalink
Enable more plugins for ghc 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Aug 30, 2021
1 parent 3e55c89 commit 2f517e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cabal-ghc901.project
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages:
./ghcide
./hls-plugin-api
./hls-test-utils
-- ./plugins/hls-tactics-plugin
./plugins/hls-tactics-plugin
-- ./plugins/hls-brittany-plugin
-- ./plugins/hls-stylish-haskell-plugin
-- ./plugins/hls-fourmolu-plugin
Expand All @@ -18,7 +18,7 @@ packages:
./plugins/hls-rename-plugin
./plugins/hls-retrie-plugin
./plugins/hls-haddock-comments-plugin
-- ./plugins/hls-splice-plugin
./plugins/hls-splice-plugin
./plugins/hls-floskell-plugin
./plugins/hls-pragmas-plugin
./plugins/hls-module-name-plugin
Expand Down Expand Up @@ -81,7 +81,7 @@ index-state: 2021-08-08T02:21:16Z

constraints:
-- These plugins doesn't work on GHC9 yet
haskell-language-server -brittany -class -fourmolu -splice -stylishhaskell -tactic -refineImports
haskell-language-server -brittany -class -fourmolu -stylishhaskell -tactic


allow-newer:
Expand Down

0 comments on commit 2f517e4

Please sign in to comment.