Skip to content

Commit 2f517e4

Browse files
committed
Enable more plugins for ghc 9.0
1 parent 3e55c89 commit 2f517e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cabal-ghc901.project

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packages:
66
./ghcide
77
./hls-plugin-api
88
./hls-test-utils
9-
-- ./plugins/hls-tactics-plugin
9+
./plugins/hls-tactics-plugin
1010
-- ./plugins/hls-brittany-plugin
1111
-- ./plugins/hls-stylish-haskell-plugin
1212
-- ./plugins/hls-fourmolu-plugin
@@ -18,7 +18,7 @@ packages:
1818
./plugins/hls-rename-plugin
1919
./plugins/hls-retrie-plugin
2020
./plugins/hls-haddock-comments-plugin
21-
-- ./plugins/hls-splice-plugin
21+
./plugins/hls-splice-plugin
2222
./plugins/hls-floskell-plugin
2323
./plugins/hls-pragmas-plugin
2424
./plugins/hls-module-name-plugin
@@ -81,7 +81,7 @@ index-state: 2021-08-08T02:21:16Z
8181

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

8686

8787
allow-newer:

0 commit comments

Comments
 (0)