Skip to content

Commit 2e53aa5

Browse files
pepeiborrafendor
authored andcommitted
wibbles
1 parent b538b7e commit 2e53aa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/support/plugin-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ For example, a plugin to provide a formatter which has itself been abandoned has
6868
| `hls-stan-plugin` | 3 | 8.6, 9.0, 9.2, 9.4, 9.6 |
6969
| `hls-retrie-plugin` | 3 | |
7070
| `hls-splice-plugin` | 3 | |
71-
| `hls-hectare-plugin` | 3 | 8.10.7 |
71+
| `hls-hectare-plugin` | 3 | 9.x |

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ common haddockComments
247247
cpp-options: -Dhls_haddockComments
248248

249249
common hectare
250-
if flag(hectare) && ((impl(ghc > 8.10) && impl(ghc < 9)) || flag(ignore-plugins-ghc-bounds))
250+
if flag(hectare) && ((impl(ghc >= 8.10) && impl(ghc < 9)) || flag(ignore-plugins-ghc-bounds))
251251
build-depends: hls-hectare-plugin
252252
cpp-options: -Dhls_hectare
253253

0 commit comments

Comments
 (0)