[QA] improve parsing by removing the fixities.
Thanks Roman.
This commit is contained in:
parent
df3c3523a4
commit
9f56a6d667
2
QA.hs
2
QA.hs
@ -169,7 +169,7 @@ main = do
|
|||||||
|
|
||||||
content <- if hasCPP then processCPP file contentRaw else return contentRaw
|
content <- if hasCPP then processCPP file contentRaw else return contentRaw
|
||||||
|
|
||||||
let mode = defaultParseMode { parseFilename = file, extensions = exts }
|
let mode = defaultParseMode { parseFilename = file, extensions = exts, fixities = Nothing }
|
||||||
|
|
||||||
case parseModuleWithMode mode content of
|
case parseModuleWithMode mode content of
|
||||||
ParseFailed srcLoc s -> do
|
ParseFailed srcLoc s -> do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user