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 7817a10 commit 3582203Copy full SHA for 3582203
ghcide/src/Development/IDE/Core/RuleTypes.hs
@@ -250,7 +250,7 @@ type instance RuleResult GetModIfaceWithoutLinkable = HiFileResult
250
type instance RuleResult GetFileContents = (FileVersion, Maybe Text)
251
252
-- The Shake key type for getModificationTime queries
253
-data GetModificationTime = GetModificationTime_
+newtype GetModificationTime = GetModificationTime_
254
{ missingFileDiagnostics :: Bool
255
-- ^ If false, missing file diagnostics are not reported
256
}
0 commit comments