Removing -fno-warn-unused-do-bind.

This commit is contained in:
Kazu Yamamoto
2012-08-06 09:43:47 +09:00
parent 256eec740c
commit 3861625420
6 changed files with 9 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ listModules opt = convert opt . nub . sort <$> list opt
list :: Options -> IO [String]
list opt = withGHC $ do
initSession0 opt
_ <- initSession0 opt
getExposedModules <$> getSessionDynFlags
where
getExposedModules = map moduleNameString