Skip to content

Commit

Permalink
Don't display error links
Browse files Browse the repository at this point in the history
Fix #447
  • Loading branch information
hsyl20 authored and sol committed Jul 29, 2024
1 parent 0dc94be commit f930eaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Interpreter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ withInterpreter (command, flags) action = do
#endif
#if __GLASGOW_HASKELL__ >= 810 && __GLASGOW_HASKELL__ < 904
, "-Wno-unused-packages"
#endif
#if __GLASGOW_HASKELL__ >= 910
, "-fprint-error-index-links=never"
#endif
]
bracket (new defaultConfig{configGhci = command} args) close action
Expand Down

0 comments on commit f930eaa

Please sign in to comment.