File tree 4 files changed +8
-7
lines changed
4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,10 @@ jobs:
189
189
name : Test hls-stylish-haskell-plugin
190
190
run : cabal test hls-stylish-haskell-plugin --test-options="-j1 --rerun-update" || cabal test hls-stylish-haskell-plugin --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-stylish-haskell-plugin --test-options="-j1 --rerun"
191
191
192
+ - if : ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.test }}
193
+ name : Test hls-ormolu-plugin
194
+ run : cabal test hls-ormolu-plugin --test-options="-j1 --rerun-update" || cabal test hls-ormolu-plugin --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-ormolu-plugin --test-options="-j1 --rerun"
195
+
192
196
- if : ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.test && matrix.ghc != '9.0.1' }}
193
197
name : Test hls-fourmolu-plugin
194
198
run : cabal test hls-fourmolu-plugin --test-options="-j1 --rerun-update" || cabal test hls-fourmolu-plugin --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-fourmolu-plugin --test-options="-j1 --rerun"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ packages:
21
21
./plugins/hls-floskell-plugin
22
22
./plugins/hls-pragmas-plugin
23
23
./plugins/hls-module-name-plugin
24
- -- ./plugins/hls-ormolu-plugin
24
+ ./plugins/hls-ormolu-plugin
25
25
./plugins/hls-call-hierarchy-plugin
26
26
tests: true
27
27
@@ -75,11 +75,11 @@ source-repository-package
75
75
76
76
write-ghc-environment-files: never
77
77
78
- index-state: 2021-08-01T00:00:00Z
78
+ index-state: 2021-08-08T02:21:16Z
79
79
80
80
constraints:
81
81
-- These plugins doesn't work on GHC9 yet
82
- haskell-language-server -brittany -class -fourmolu -ormolu - splice -stylishhaskell -tactic -refineImports
82
+ haskell-language-server -brittany -class -fourmolu -splice -stylishhaskell -tactic -refineImports
83
83
84
84
85
85
allow-newer:
@@ -89,7 +89,6 @@ allow-newer:
89
89
-- brittany:ghc-boot-th,
90
90
-- butcher:base,
91
91
-- fourmolu:ghc-lib-parser,
92
- -- ormolu:ghc-lib-parser,
93
92
-- stylish-haskell:ghc-lib-parser,
94
93
-- stylish-haskell:Cabal,
95
94
-- multistate:base,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ source-repository-package
37
37
38
38
write-ghc-environment-files : never
39
39
40
- index-state : 2021-08-01T00:00 :00Z
40
+ index-state : 2021-08-08T02:21 :16Z
41
41
42
42
constraints :
43
43
-- Diagrams doesn't support optparse-applicative >= 0.16 yet
Original file line number Diff line number Diff line change 8
8
"hls-stylish-haskell-plugin"
9
9
"hls-fourmolu-plugin"
10
10
"hls-splice-plugin"
11
- "hls-ormolu-plugin"
12
11
"hls-class-plugin"
13
12
"hls-refine-imports-plugin"
14
13
] ;
92
91
"-f-brittany"
93
92
"-f-class"
94
93
"-f-fourmolu"
95
- "-f-ormolu"
96
94
"-f-splice"
97
95
"-f-stylishhaskell"
98
96
"-f-tactic"
You can’t perform that action at this time.
0 commit comments