Skip to content

Commit ed50c8b

Browse files
authored
Enable fourmolu for ghc-9
1 parent c96314d commit ed50c8b

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
@@ -9,7 +9,7 @@ packages:
99
-- ./plugins/hls-tactics-plugin
1010
-- ./plugins/hls-brittany-plugin
1111
-- ./plugins/hls-stylish-haskell-plugin
12-
-- ./plugins/hls-fourmolu-plugin
12+
./plugins/hls-fourmolu-plugin
1313
-- ./plugins/hls-class-plugin
1414
./plugins/hls-eval-plugin
1515
./plugins/hls-explicit-imports-plugin
@@ -61,11 +61,11 @@ source-repository-package
6161

6262
write-ghc-environment-files: never
6363

64-
index-state: 2021-09-16T07:00:23Z
64+
index-state: 2021-10-04T02:41:06Z
6565

6666
constraints:
6767
-- These plugins don't work on GHC9 yet
68-
haskell-language-server -brittany -class -fourmolu -stylishhaskell -tactic
68+
haskell-language-server -brittany -class -stylishhaskell -tactic
6969

7070
allow-newer:
7171
floskell:base,

0 commit comments

Comments
 (0)