While trying to compile, Haskell Platform (2012.2.0.0) I realized I compiled the wrong GHC (I downloaded 7.4.2 instead of 7.4.1).

Are there any problems with using 7.4.2 with haskell-platform, especially on production server, or should I install 7.4.1?

有帮助吗?

解决方案

It will probably "just work", since GHC minor releases don't break API compatibility.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top