From 9aa3760eaf4f55f17d337b1d86554430ed812d05 Mon Sep 17 00:00:00 2001 From: Elliot Marsden Date: Sun, 30 Oct 2022 10:32:27 +0000 Subject: [PATCH] Update docs and build flags to enable for 9.2 --- docs/support/plugin-support.md | 2 +- haskell-language-server.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/support/plugin-support.md b/docs/support/plugin-support.md index 1bab3b4b90..4aa8530cf2 100644 --- a/docs/support/plugin-support.md +++ b/docs/support/plugin-support.md @@ -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 | diff --git a/haskell-language-server.cabal b/haskell-language-server.cabal index c2938ed6e7..ec62f7cd6d 100644 --- a/haskell-language-server.cabal +++ b/haskell-language-server.cabal @@ -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