We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc5dde commit 78f34b2Copy full SHA for 78f34b2
ghcide/src/Development/IDE/GHC/Orphans.hs
@@ -51,6 +51,7 @@ instance Hashable GhcPlugins.InstalledUnitId where
51
hashWithSalt salt = hashWithSalt salt . installedUnitIdString
52
#else
53
instance Show InstalledUnitId where show = prettyPrint
54
+deriving instance Ord SrcSpan
55
#endif
56
57
instance NFData SB.StringBuffer where rnf = rwhnf
0 commit comments