remove -fglasgow-exts flag from System.Eval.Utils.getPath
This commit is contained in:
parent
92e57e95ff
commit
08f4a08a08
@ -71,7 +71,7 @@ escape s = concatMap (\c -> showLitChar c $ "") s
|
||||
--
|
||||
getPaths :: IO ([String],[String])
|
||||
getPaths = do
|
||||
let make_line = ["-O0","-fglasgow-exts","-package","plugins"]
|
||||
let make_line = ["-O0","-package","plugins"]
|
||||
return (make_line,[])
|
||||
|
||||
-- ---------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user