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

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.Tools.Refactor.Session

Contents

Synopsis

Documentation

getEvaluatedMods :: [ModSummary] -> Ghc [ModSummary] Source #

Check which modules can be reached from the module, if it uses template haskell.

code copied from GHC because it is not public in GhcMake module