Skip to content

Commit 7423695

Browse files
soulomoonjhrcek
andauthored
Update ghcide/src/Development/IDE/Core/Shake.hs
Co-authored-by: Jan Hrcek <[email protected]>
1 parent 2c61a63 commit 7423695

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
@@ -564,7 +564,7 @@ deleteValue
564564
-> k
565565
-> NormalizedFilePath
566566
-> STM [Key]
567-
deleteValue ShakeExtras{dirtyKeys, state} key file = do
567+
deleteValue ShakeExtras{state} key file = do
568568
STM.delete (toKey key file) state
569569
return [toKey key file]
570570

0 commit comments

Comments
 (0)