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

Safe HaskellNone
LanguageHaskell98

HsDev.Cache.Structured

Synopsis

Documentation

dump :: FilePath -> Structured -> IO () Source

Write cache

load :: FilePath -> IO (Either String Structured) Source

Load all cache

loadCabal :: Cabal -> FilePath -> ErrorT String IO Structured Source

Load cabal from cache

loadProject :: FilePath -> FilePath -> ErrorT String IO Structured Source

Load project from cache

loadFiles :: (FilePath -> Bool) -> FilePath -> ErrorT String IO Structured Source

Load standalone files