Skip to content

Commit 004568f

Browse files
committed
Look for hie files in hie directory
1 parent 092b5d7 commit 004568f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Core/Dependencies.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ indexDependencyHieFiles recorder se hscEnv = do
108108
-- extra-compilation-artifacts directory, provided
109109
-- it is compiled with the -fwrite-ide-info ghc option.
110110
hieDir :: FilePath
111-
hieDir = pkgLibDir </> "extra-compilation-artifacts"
111+
hieDir = pkgLibDir </> "extra-compilation-artifacts" </> "hie"
112112
unit :: GHC.Unit
113113
unit = GHC.RealUnit $ GHC.Definite $ GHC.unitId package
114114
-- Check if we have already indexed this package.

0 commit comments

Comments
 (0)