Skip to content

Commit 51a245d

Browse files
authored
Merge branch 'master' into 4412-textdocumentreferences-on-a-record-field-in-a-definition-returns-way-too-many-things-with-ghc-964
2 parents 8277c93 + f43d811 commit 51a245d

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)