Skip to content

Commit f43d811

Browse files
authored
bump up hiedb version (#4640)
1 parent 8d96270 commit f43d811

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ghcide/session-loader/Development/IDE/Session.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ instance Pretty Log where
223223

224224
-- | Bump this version number when making changes to the format of the data stored in hiedb
225225
hiedbDataVersion :: String
226-
hiedbDataVersion = "1"
226+
hiedbDataVersion = "2"
227227

228228
data CacheDirs = CacheDirs
229229
{ hiCacheDir, hieCacheDir, oCacheDir :: Maybe FilePath}
@@ -956,6 +956,8 @@ CallStack (from HasCallStack):
956956
expectJust, called at compiler\\typecheck\\FamInst.hs:461:30 in ghc:FamInst
957957
```
958958
959+
and many more.
960+
959961
To mitigate this, we set the cache directory for each component dependent
960962
on the components of the current `HscEnv`, additionally to the component options
961963
of the respective components.

0 commit comments

Comments
 (0)