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 afd2557 commit 866401eCopy full SHA for 866401e
exe/Main.hs
@@ -298,7 +298,7 @@ setNameCache nc hsc = hsc { hsc_NC = nc }
298
-- components mapping to the same hie,yaml file are mapped to the same
299
-- HscEnv which is updated as new components are discovered.
300
loadSession :: FilePath -> Action (FilePath -> Action (IdeResult HscEnvEq))
301
-loadSession dir = do
+loadSession _dir = do
302
nc <- ideNc <$> getShakeExtras
303
liftIO $ do
304
-- Mapping from hie.yaml file to HscEnv, one per hie.yaml file
0 commit comments