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 bebead5 commit 4ec8a6fCopy full SHA for 4ec8a6f
ghcide/src/Development/IDE/Core/Shake.hs
@@ -1155,7 +1155,7 @@ useWithSeparateFingerprintRule
1155
:: (IdeRule k v, IdeRule k1 Fingerprint)
1156
=> k1 -> k -> NormalizedFilePath -> Action (Maybe v)
1157
useWithSeparateFingerprintRule fingerKey key file = do
1158
- _ <- use_ fingerKey file
+ _ <- use fingerKey file
1159
useWithoutDependency key emptyFilePath
1160
1161
-- we use separate fingerprint rules to trigger the rebuild of the rule
0 commit comments