File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
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.10 ) && impl(ghc < 9.2.4 ) || 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,7 +26,7 @@ flag pedantic
26
26
manual : True
27
27
28
28
library
29
- if impl(ghc < 8.10 ) || impl(ghc >= 9.7 )
29
+ if ( impl(ghc >= 8.10 ) && impl(ghc < 9.2.4 ) || impl(ghc >= 9.4.0 ) && impl(ghc < 9.8.0 ) )
30
30
buildable : False
31
31
else
32
32
buildable : True
@@ -59,7 +59,7 @@ library
59
59
OverloadedStrings
60
60
61
61
test-suite test
62
- if impl(ghc < 8.10 ) || impl(ghc >= 9.7 )
62
+ if ( impl(ghc >= 8.10 ) && impl(ghc < 9.2.4 ) || impl(ghc >= 9.4.0 ) && impl(ghc < 9.8.0 ) )
63
63
buildable : False
64
64
else
65
65
buildable : True
You can’t perform that action at this time.
0 commit comments