haskell-tools-refactor-0.3.0.0: Refactoring Tool for Haskell

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.Tools.Refactor.GetModules

Synopsis

Documentation

getModules :: FilePath -> IO [([FilePath], [String])] Source #

Get modules of the project with the indicated root directory. If there is a cabal file, it uses that, otherwise it just scans the directory recursively for haskell sourcefiles.