Use -fno-show-error-context
#4281
Labels
Hackathon
This issue is suitable for hackathon sessions
level: easy
The issue is suited for beginners
type: enhancement
New feature or request
Since 9.8 (https://gitlab.haskell.org/ghc/ghc/-/merge_requests/8563) GHC has had the
-fno-show-error-context
flag, which makes GHC omit a bunch of contextual information that isn't really useful if you are directly showing the user the location of the error. That's exactly the situation we are in, we should use it!The text was updated successfully, but these errors were encountered: