|
|
|
Description |
Parsing the top of a Haskell source file to get its module name,
imports and options.
(c) Simon Marlow 2005
(c) Lemmih 2006
|
|
Synopsis |
|
|
|
Documentation |
|
getImports |
|
|
getOptionsFromFile |
|
|
getOptions |
|
|
optionsErrorMsgs :: [String] -> [Located String] -> FilePath -> Messages |
|
checkProcessArgsResult :: MonadIO m => [Located String] -> m () |
Complain about non-dynamic flags in OPTIONS pragmas.
Throws a SourceError if the input list is non-empty claiming that the
input flags are unknown.
|
|
Produced by Haddock version 2.6.1 |