How to upgrade stack ghc

stack ghc -- --version

The Glorious Glasgow Haskell Compilation System, version 7.10.3

I want to upgrade to ghc 8.

How can I tell stack to upgrade ghc?


dysfun from the IRC answered my question so I will post it here for more posterity.

To update the ghc used to compile a project, go to the yaml file. In there is the resolver field. Update that accordingly.

For my case, I found this webpage https://www.stackage.org/lts-9.0

链接地址: http://www.djcxy.com/p/33226.html

上一篇: Gem在Snow Leopard中安装mysql失败

下一篇: 如何升级堆栈ghc