mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
src/IHaskell/Eval/Parser.hs: s/y/by/
This commit is contained in:
parent
21a907f2be
commit
e2abc7e98e
@ -288,7 +288,7 @@ parseDirective _ _ = error "Directive must start with colon!"
|
||||
|
||||
-- | Parse a module and return the name declared in the 'module X where' line. That line is
|
||||
-- required, and if it does not exist, this will error. Names with periods in them are returned
|
||||
-- piece y piece.
|
||||
-- piece by piece.
|
||||
getModuleName :: GhcMonad m => String -> m [String]
|
||||
getModuleName moduleSrc = do
|
||||
flags <- getSessionDynFlags
|
||||
|
Loading…
x
Reference in New Issue
Block a user