Set -fdefer-types-holes in case split

This commit is contained in:
Alejandro Serrano
2015-07-11 12:47:03 +02:00
committed by Anthony Cowley
parent f1191a419e
commit 45f8194c0c
3 changed files with 13 additions and 1 deletions

View File

@@ -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