hsdev-0.2.5.1: Haskell development library

Safe HaskellNone
LanguageHaskell98

HsDev.Cache

Contents

Synopsis

Documentation

versionCache :: FilePath Source #

Name of cache for version

packageDbCache :: PackageDb -> 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

writeVersion :: FilePath -> IO () Source #

Write version

readVersion :: FilePath -> IO (Maybe [Int]) Source #

Read version

Reexports