| ||||
| ||||
Description | ||||
Parsing the top of a Haskell source file to get its module name, imports and options. (c) Simon Marlow 2005 (c) Lemmih 2006 | ||||
Documentation | ||||
getImports :: DynFlags -> StringBuffer -> FilePath -> FilePath -> IO ([Located ModuleName], [Located ModuleName], Located ModuleName) | ||||
getOptionsFromFile :: DynFlags -> FilePath -> IO [Located String] | ||||
getOptions :: DynFlags -> StringBuffer -> FilePath -> [Located String] | ||||
optionsErrorMsgs :: [String] -> [Located String] -> FilePath -> Messages | ||||
checkProcessArgsResult :: [Located String] -> IO () | ||||
Produced by Haddock version 2.4.2 |