We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8bb34 commit 06b975aCopy full SHA for 06b975a
ghcide/src/Development/IDE/Main.hs
@@ -90,7 +90,8 @@ import Development.IDE.Types.Options (IdeGhcSession,
90
defaultIdeOptions,
91
optModifyDynFlags,
92
optTesting)
93
-import Development.IDE.Types.Shake (WithHieDb, toKey)
+import Development.IDE.Types.Shake (WithHieDb, toKey,
94
+ toNoFileKey)
95
import GHC.Conc (atomically,
96
getNumProcessors)
97
import GHC.IO.Encoding (setLocaleEncoding)
0 commit comments