Skip to content

Commit 4ec8a6f

Browse files
committed
avoid fingerprint nothing to fail in useWithSeparateFingerprintRule
1 parent bebead5 commit 4ec8a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Core/Shake.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@ useWithSeparateFingerprintRule
11551155
:: (IdeRule k v, IdeRule k1 Fingerprint)
11561156
=> k1 -> k -> NormalizedFilePath -> Action (Maybe v)
11571157
useWithSeparateFingerprintRule fingerKey key file = do
1158-
_ <- use_ fingerKey file
1158+
_ <- use fingerKey file
11591159
useWithoutDependency key emptyFilePath
11601160

11611161
-- we use separate fingerprint rules to trigger the rebuild of the rule

0 commit comments

Comments
 (0)