Skip to content

Commit d0687a2

Browse files
committed
Update hls-stan-plugin bounds
1 parent f82ae7a commit d0687a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/support/plugin-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ For example, a plugin to provide a formatter which has itself been abandoned has
6262
| `hls-stylish-haskell-plugin` | 2 | 9.8 |
6363
| `hls-overloaded-record-dot-plugin` | 2 | 9.0 |
6464
| `hls-floskell-plugin` | 3 | 9.6, 9.8 |
65-
| `hls-stan-plugin` | 3 | 9.2.(4-8), 9.8 |
65+
| `hls-stan-plugin` | 3 | 9.2.(4-8) |
6666
| `hls-retrie-plugin` | 3 | 9.8 |
6767
| `hls-splice-plugin` | 3 | 9.8 |

haskell-language-server.cabal

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

249249
common stan
250-
if flag(stan) && (impl(ghc > 8.8.1) && impl(ghc <= 9.2.3) || impl(ghc >= 9.4.0) && impl(ghc < 9.8.0))
250+
if flag(stan) && (impl(ghc > 8.8.1) && impl(ghc <= 9.2.3) || impl(ghc >= 9.4.0) && impl(ghc < 9.10.0))
251251
build-depends: hls-stan-plugin == 2.4.0.0
252252
cpp-options: -Dhls_stan
253253

plugins/hls-stan-plugin/hls-stan-plugin.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ flag pedantic
2626
manual: True
2727

2828
library
29-
if (impl(ghc > 8.8.1) && impl(ghc <= 9.2.3) || impl(ghc >= 9.4.0) && impl(ghc < 9.8.0))
29+
if (impl(ghc > 8.8.1) && impl(ghc <= 9.2.3) || impl(ghc >= 9.4.0) && impl(ghc < 9.10.0))
3030
buildable: True
3131
else
3232
buildable: False
@@ -59,7 +59,7 @@ library
5959
OverloadedStrings
6060

6161
test-suite test
62-
if (impl(ghc > 8.8.1) && impl(ghc <= 9.2.3) || impl(ghc >= 9.4.0) && impl(ghc < 9.8.0))
62+
if (impl(ghc > 8.8.1) && impl(ghc <= 9.2.3) || impl(ghc >= 9.4.0) && impl(ghc < 9.10.0))
6363
buildable: True
6464
else
6565
buildable: False

0 commit comments

Comments
 (0)