File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ common hlint
247
247
cpp-options : -Dhls_hlint
248
248
249
249
common stan
250
- if flag(stan) && (impl(ghc >= 8.10 ) && impl(ghc < 9.7 ))
250
+ if flag(stan) && (impl(ghc > 8.8.1 ) && impl(ghc <= 9.2.3 ) || impl(ghc >= 9.4.0 ) && impl(ghc <= 9.8.0 ))
251
251
build-depends : hls-stan-plugin == 2.4.0.0
252
252
cpp-options : -Dhls_stan
253
253
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ flag pedantic
26
26
manual : True
27
27
28
28
library
29
- if impl(ghc < 8.10 ) || impl(ghc >= 9.7 )
30
- buildable : False
31
- else
29
+ if (impl(ghc > 8.8.1 ) && impl(ghc <= 9.2.3 ) || impl(ghc >= 9.4.0 ) && impl(ghc <= 9.8.0 ))
32
30
buildable : True
31
+ else
32
+ buildable : False
33
33
exposed-modules : Ide.Plugin.Stan
34
34
hs-source-dirs : src
35
35
build-depends :
@@ -59,10 +59,10 @@ library
59
59
OverloadedStrings
60
60
61
61
test-suite test
62
- if impl(ghc < 8.10 ) || impl(ghc >= 9.7 )
63
- buildable : False
64
- else
62
+ if (impl(ghc > 8.8.1 ) && impl(ghc <= 9.2.3 ) || impl(ghc >= 9.4.0 ) && impl(ghc <= 9.8.0 ))
65
63
buildable : True
64
+ else
65
+ buildable : False
66
66
type : exitcode-stdio-1.0
67
67
default-language : Haskell2010
68
68
hs-source-dirs : test
You can’t perform that action at this time.
0 commit comments