package-o-tron-0.1.0.0: Utilities for working with cabal packages and your package database

Safe HaskellNone

Distribution.Pot.Modules

Synopsis

Documentation

modulesInfoSource

Arguments

:: [FilePath]

the root folders containing the source files to analyze

-> IO [(FilePath, ModuleInfo)] 

Takes a set of source files and gets the ModuleInfo information for all of them

filterModules :: (String -> Bool) -> ModuleInfo -> ModuleInfoSource

helper to filter the two module lists according to some function