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 03c46bf commit 1cb8c91Copy full SHA for 1cb8c91
ghcide/src/Development/IDE/Core/Compile.hs
@@ -158,9 +158,9 @@ computePackageDeps env pkg = do
158
T.pack $ "unknown package: " ++ show pkg]
159
Just pkgInfo -> return $ Right $ unitDepends pkgInfo
160
161
-data TypecheckHelpers
+newtype TypecheckHelpers
162
= TypecheckHelpers
163
- { getLinkables :: !([NormalizedFilePath] -> IO [LinkableResult])
+ { getLinkables :: !([NormalizedFilePath] -> IO [LinkableResult]) -- ^ hls-graph action to get linkables for files
164
}
165
166
typecheckModule :: IdeDefer
0 commit comments