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
223
223
224
224
-- | Bump this version number when making changes to the format of the data stored in hiedb
225
225
hiedbDataVersion :: String
226
- hiedbDataVersion = " 1 "
226
+ hiedbDataVersion = " 2 "
227
227
228
228
data CacheDirs = CacheDirs
229
229
{ hiCacheDir , hieCacheDir , oCacheDir :: Maybe FilePath }
@@ -956,6 +956,8 @@ CallStack (from HasCallStack):
956
956
expectJust, called at compiler\\typecheck\\FamInst.hs:461:30 in ghc:FamInst
957
957
```
958
958
959
+ and many more.
960
+
959
961
To mitigate this, we set the cache directory for each component dependent
960
962
on the components of the current `HscEnv`, additionally to the component options
961
963
of the respective components.
You can’t perform that action at this time.
0 commit comments