Skip to content

Commit 50f2ee3

Browse files
committed
Update docs and build flags to enable for 9.2
1 parent 24137cd commit 50f2ee3

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
@@ -65,4 +65,4 @@ For example, a plugin to provide a formatter which has itself been abandoned has
6565
| `hls-haddock-comments-plugin` | 3 | 9.2, 9.4 |
6666
| `hls-stan-plugin` | 3 | 8.6, 9.0, 9.2, 9.4 |
6767
| `hls-retrie-plugin` | 3 | 9.2, 9.4 |
68-
| `hls-splice-plugin` | 3 | 9.2, 9.4 |
68+
| `hls-splice-plugin` | 3 | 9.4 |

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ common pragmas
266266
cpp-options: -Dhls_pragmas
267267

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

0 commit comments

Comments
 (0)