File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ packages:
8
8
./hls-plugin-api
9
9
./hls-test-utils
10
10
11
- index-state : 2024-02-25T00:00 :00Z
11
+ index-state : 2024-03-09T08:17 :00Z
12
12
13
13
tests : True
14
14
test-show-details : direct
Original file line number Diff line number Diff line change @@ -1416,7 +1416,7 @@ flag stylishHaskell
1416
1416
manual : True
1417
1417
1418
1418
common stylishHaskell
1419
- if flag(stylishHaskell) && (impl(ghc < 9.8.0 ) || flag(ignore-plugins-ghc-bounds))
1419
+ if flag(stylishHaskell)
1420
1420
build-depends : haskell-language-server :hls-stylish-haskell-plugin
1421
1421
cpp-options : -Dhls_stylishHaskell
1422
1422
@@ -1433,7 +1433,7 @@ library hls-stylish-haskell-plugin
1433
1433
, hls-plugin-api == 2.7.0.0
1434
1434
, lsp-types
1435
1435
, mtl
1436
- , stylish-haskell ^>= 0.12 || ^>= 0.13 || ^>= 0.14.2
1436
+ , stylish-haskell ^>= 0.12 || ^>= 0.13 || ^>= 0.14
1437
1437
, text
1438
1438
1439
1439
You can’t perform that action at this time.
0 commit comments