removing the third argument from initializeFlagsWithCradle.

This commit is contained in:
Kazu Yamamoto
2014-04-28 13:00:25 +09:00
parent 117d01a52a
commit 000076223f
7 changed files with 10 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ import UniqFM (eltsUFM)
-- | Listing installed modules.
listModules :: Options -> Cradle -> IO String
listModules opt cradle = withGHC' $ do
initializeFlagsWithCradle opt cradle []
initializeFlagsWithCradle opt cradle
modules opt
-- | Listing installed modules.