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

Safe HaskellNone
LanguageHaskell98

HsDev.Cache

Contents

Synopsis

Documentation

cabalCache :: Cabal -> FilePath Source

Name of cache for cabal

projectCache :: Project -> FilePath Source

Name of cache for projects

standaloneCache :: FilePath Source

Name of cache for standalone files

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

Dump database to file

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

Load database from file, strict

Reexports