From 9e4f1c90573a92226f8b37a5d1acbdd7b47c6bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Wed, 6 Aug 2014 19:37:59 +0200 Subject: [PATCH] add note --- Language/Haskell/GhcMod/Find.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Language/Haskell/GhcMod/Find.hs b/Language/Haskell/GhcMod/Find.hs index 781bfed..b923917 100644 --- a/Language/Haskell/GhcMod/Find.hs +++ b/Language/Haskell/GhcMod/Find.hs @@ -129,6 +129,8 @@ getSymbolCachePath = do -- | Dumping a set of ('Symbol',\['ModuleString'\]) to a file -- if the file does not exist or is invalid. -- 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 = do dir <- getSymbolCachePath