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 a9bf409 commit 0c9a096Copy full SHA for 0c9a096
src/Development/IDE/Core/Shake.hs
@@ -156,7 +156,7 @@ instance Eq Key where
156
| otherwise = False
157
158
instance Hashable Key where
159
- hashWithSalt salt (Key key) = hashWithSalt salt key
+ hashWithSalt salt (Key key) = hashWithSalt salt (typeOf key, key)
160
161
-- | The result of an IDE operation. Warnings and errors are in the Diagnostic,
162
-- and a value is in the Maybe. For operations that throw an error you
0 commit comments