Stack 尚未使用 GHC 和 Cabal 版本进行测试

tm1*_*m13 15 haskell cabal haskell-stack

在我的 Haskell 项目中stack run,它显示以下内容,但仍在运行。这是什么警告?我怎样才能摆脱它?

Stack has not been tested with GHC versions above 8.6, and using 8.8.2, this may fail
Stack has not been tested with Cabal versions above 2.4, but version 3.0.1.0 was found, this may fail
Run Code Online (Sandbox Code Playgroud)

Isa*_*kel 5

这只是一个兼容性警告。下一个堆栈版本应该使用 GHC 8.8 进行测试,这个警告应该消失了。在那之前,除非您想修改源代码,否则您几乎无能为力。