removing the third argument from initializeFlagsWithCradle.
This commit is contained in:
@@ -32,7 +32,7 @@ browseModule :: Options
|
||||
-> ModuleString -- ^ A module name. (e.g. \"Data.List\")
|
||||
-> IO String
|
||||
browseModule opt cradle pkgmdl = withGHC' $ do
|
||||
initializeFlagsWithCradle opt cradle []
|
||||
initializeFlagsWithCradle opt cradle
|
||||
browse opt pkgmdl
|
||||
|
||||
-- | Getting functions, classes, etc from a module.
|
||||
|
||||
Reference in New Issue
Block a user