removing withGHCDummyFile.

This commit is contained in:
Kazu Yamamoto
2014-04-23 16:37:24 +09:00
parent b9d4b9b66f
commit 79946f9a3d
5 changed files with 36 additions and 35 deletions

View File

@@ -31,7 +31,7 @@ browseModule :: Options
-> Cradle
-> ModuleString -- ^ A module name. (e.g. \"Data.List\")
-> IO String
browseModule opt cradle mdlName = withGHCDummyFile $ do
browseModule opt cradle mdlName = withGHC' $ do
void $ initializeFlagsWithCradle opt cradle [] False
browse opt mdlName