Set -fdefer-types-holes in case split
This commit is contained in:
committed by
Anthony Cowley
parent
f1191a419e
commit
45f8194c0c
@@ -47,7 +47,7 @@ splits :: IOish m
|
||||
-> Int -- ^ Column number.
|
||||
-> GhcModT m String
|
||||
splits file lineNo colNo =
|
||||
ghandle handler $ runGmlT' [Left file] deferErrors $ do
|
||||
ghandle handler $ runGmlT' [Left file] deferErrorsAndHoles $ do
|
||||
opt <- options
|
||||
crdl <- cradle
|
||||
style <- getStyle
|
||||
|
||||
Reference in New Issue
Block a user