File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
ghcide/session-loader/Development/IDE Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
225225hiedbDataVersion :: String
226- hiedbDataVersion = " 1 "
226+ hiedbDataVersion = " 2 "
227227
228228data 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+
959961To mitigate this, we set the cache directory for each component dependent
960962on the components of the current `HscEnv`, additionally to the component options
961963of the respective components.
You can’t perform that action at this time.
0 commit comments