We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092b5d7 commit 004568fCopy full SHA for 004568f
ghcide/src/Development/IDE/Core/Dependencies.hs
@@ -108,7 +108,7 @@ indexDependencyHieFiles recorder se hscEnv = do
108
-- extra-compilation-artifacts directory, provided
109
-- it is compiled with the -fwrite-ide-info ghc option.
110
hieDir :: FilePath
111
- hieDir = pkgLibDir </> "extra-compilation-artifacts"
+ hieDir = pkgLibDir </> "extra-compilation-artifacts" </> "hie"
112
unit :: GHC.Unit
113
unit = GHC.RealUnit $ GHC.Definite $ GHC.unitId package
114
-- Check if we have already indexed this package.
0 commit comments