removing depanal.

This commit is contained in:
Kazu Yamamoto
2014-04-11 12:56:06 +09:00
parent 196450af9f
commit 998a43ce24
2 changed files with 6 additions and 4 deletions

View File

@@ -140,6 +140,6 @@ inModuleContext opt cradle file action errmsg = ghandle handler $ do
void $ initializeFlagsWithCradle opt cradle noWaringOptions False
setTargetFiles [file]
void $ G.load LoadAllTargets
G.depanal [] False >>= Gap.setCtx file >>= action
Gap.setCtx file >>= action
where
handler (SomeException _) = return errmsg