diff --git a/Language/Haskell/GhcMod/Find.hs b/Language/Haskell/GhcMod/Find.hs index c6a3a6b..18b21cf 100644 --- a/Language/Haskell/GhcMod/Find.hs +++ b/Language/Haskell/GhcMod/Find.hs @@ -61,6 +61,7 @@ newtype SymbolDb = SymbolDb (Map Symbol [ModuleString]) -- | When introducing incompatible changes to the 'symbolCache' file format -- increment this version number. +symbolCacheVersion :: Integer symbolCacheVersion = 0 -- | Filename of the symbol table cache file.