add note
This commit is contained in:
parent
cb28e9ec8f
commit
9e4f1c9057
@ -129,6 +129,8 @@ getSymbolCachePath = do
|
|||||||
-- | Dumping a set of ('Symbol',\['ModuleString'\]) to a file
|
-- | Dumping a set of ('Symbol',\['ModuleString'\]) to a file
|
||||||
-- if the file does not exist or is invalid.
|
-- if the file does not exist or is invalid.
|
||||||
-- The file name is printed.
|
-- The file name is printed.
|
||||||
|
|
||||||
|
-- TODO: Before releaseing add a version number to the name of the cache file
|
||||||
dumpSymbol :: IOish m => GhcModT m String
|
dumpSymbol :: IOish m => GhcModT m String
|
||||||
dumpSymbol = do
|
dumpSymbol = do
|
||||||
dir <- getSymbolCachePath
|
dir <- getSymbolCachePath
|
||||||
|
Loading…
Reference in New Issue
Block a user