File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -177,8 +177,7 @@ jobs:
177
177
name : Test hls-ormolu-plugin
178
178
run : cabal test hls-ormolu-plugin-tests || cabal test hls-ormolu-plugin-tests
179
179
180
- # TODO enable when it supports 9.10
181
- - if : matrix.test && matrix.ghc != '9.10'
180
+ - if : matrix.test
182
181
name : Test hls-fourmolu-plugin
183
182
run : cabal test hls-fourmolu-plugin-tests || cabal test hls-fourmolu-plugin-tests
184
183
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages:
7
7
./hls-plugin-api
8
8
./hls-test-utils
9
9
10
- index-state : 2024-06-10T12:08 :58Z
10
+ index-state : 2024-06-13T00:00 :00Z
11
11
12
12
tests : True
13
13
test-show-details : direct
@@ -49,10 +49,9 @@ if impl(ghc >= 9.9)
49
49
lens >= 5.3.2 ,
50
50
-- See
51
51
-- https://github.com/haskell/stylish-haskell/issues/479
52
- -- https://github.com/fourmolu/fourmolu/issues/412
53
52
-- https://github.com/ennocramer/floskell/pull/82
54
53
-- https://github.com/ndmitchell/hlint/pull/1594
55
- haskell-language-server -stylishHaskell -fourmolu - hlint -retrie -splice -floskell,
54
+ haskell-language-server -stylishHaskell -hlint -retrie -splice -floskell,
56
55
allow-newer :
57
56
entropy :base,
58
57
entropy :directory,
Original file line number Diff line number Diff line change @@ -1461,7 +1461,7 @@ library hls-fourmolu-plugin
1461
1461
build-depends :
1462
1462
, base >= 4.12 && < 5
1463
1463
, filepath
1464
- , fourmolu ^>= 0.14 || ^>= 0.15
1464
+ , fourmolu ^>= 0.14 || ^>= 0.15 || ^ >= 0.16
1465
1465
, ghc-boot-th
1466
1466
, ghcide == 2.8.0.0
1467
1467
, hls-plugin-api == 2.8.0.0
You can’t perform that action at this time.
0 commit comments