File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ common hlint
247247 cpp-options : -Dhls_hlint
248248
249249common 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 ))
251251 build-depends : hls-stan-plugin == 2.4.0.0
252252 cpp-options : -Dhls_stan
253253
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ flag pedantic
2626 manual : True
2727
2828library
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 ) )
3030 buildable : False
3131 else
3232 buildable : True
@@ -59,7 +59,7 @@ library
5959 OverloadedStrings
6060
6161test-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 ) )
6363 buildable : False
6464 else
6565 buildable : True
You can’t perform that action at this time.
0 commit comments