diff --git a/src/Interpreter.hs b/src/Interpreter.hs index 3818d9d..f060407 100644 --- a/src/Interpreter.hs +++ b/src/Interpreter.hs @@ -52,9 +52,6 @@ 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