ghc-mod icon indicating copy to clipboard operation
ghc-mod copied to clipboard

Implement GHC version check warnings/errors

Open DanielG opened this issue 9 years ago • 2 comments

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)

DanielG avatar Nov 26 '15 15:11 DanielG

How about performing the check when command execution fails? Then we don't pay any overhead for the success case.

mgsloan avatar Jan 13 '16 02:01 mgsloan

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.

DanielG avatar Jan 17 '16 19:01 DanielG