Move symbolCache to PathsAndFiles

This commit is contained in:
Daniel Gröber
2015-02-07 23:52:26 +01:00
parent 1c5a1c8b3e
commit 844bdea3db
2 changed files with 7 additions and 12 deletions

View File

@@ -164,3 +164,9 @@ ghcSandboxPkgDbDir =
packageCache :: String
packageCache = "package.cache"
-- | Filename of the symbol table cache file.
symbolCache :: Cradle -> FilePath
symbolCache crdl = cradleTempDir crdl </> symbolCacheFile
symbolCacheFile :: String
symbolCacheFile = "ghc-mod-0.symbol-cache"