Runtime Haskell interpreter
#12hint 0.4.2.1 and 0.4.2.2 require at least ghc 7.4.2
When compiling hint-0.4.2.2 with ghc-7.4.1, I get:
src/Hint/GHC.hs:45:37: Module ErrUtils' does not export
pprErrMsgBagWithLoc'
It appears that pprErrMsgBagWithLoc was introduced in ghc 7.4.2. The last hint that compiles with ghc 7.4.1 is hint-0.4.2.0.
Therefore, I'd like to request that hint 0.4.2.1 and 0.4.2.2 have their lower bound modified on Hackage to require "ghc >= 7.4.2", rather than just "ghc >= 7.4".
Thanks!