hsdev-0.1.6.3: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc.

Safe HaskellNone
LanguageHaskell98

HsDev.Scan.Browse

Contents

Synopsis

List all packages

Scan cabal modules

browse :: [String] -> Cabal -> ExceptT String IO [InspectedModule] Source

Browse all modules

Helpers