Search code examples
haskellhaskell-platform

Can I use haskell platform with GHC 7.4.2?


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?


Solution

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