ghc-mod
ghc-mod copied to clipboard
Implement GHC version check warnings/errors
Still have to find a suitable place to actually perform the check so we don't have to do another call into cabal-helper (which is as slow as cabal configure because it has to read dist/setup-config)
How about performing the check when command execution fails? Then we don't pay any overhead for the success case.
Note that I have pretty much rewritten this now it's just not ready for committing yet so if anyone wants to work on this talk to me first.