Skip to content

Commit

Permalink
Update docs and build flags to enable for 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejessup committed Nov 2, 2022
1 parent 7b70faf commit 9aa3760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/support/plugin-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ For example, a plugin to provide a formatter which has itself been abandoned has
| `hls-haddock-comments-plugin` | 3 | 9.2, 9.4 |
| `hls-stan-plugin` | 3 | 8.6, 9.0, 9.2, 9.4 |
| `hls-retrie-plugin` | 3 | 9.2, 9.4 |
| `hls-splice-plugin` | 3 | 9.2, 9.4 |
| `hls-splice-plugin` | 3 | 9.4 |
2 changes: 1 addition & 1 deletion haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ common pragmas
cpp-options: -Dhls_pragmas

common splice
if flag(splice) && (impl(ghc < 9.2.1) || flag(ignore-plugins-ghc-bounds))
if flag(splice) && (impl(ghc < 9.4.1) || flag(ignore-plugins-ghc-bounds))
build-depends: hls-splice-plugin ^>=1.0.0.1
cpp-options: -Dhls_splice

Expand Down

0 comments on commit 9aa3760

Please sign in to comment.