We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc5dde commit 8aae53dCopy full SHA for 8aae53d
ghcide/src/Development/IDE/GHC/Orphans.hs
@@ -51,6 +51,8 @@ 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
+deriving instance Ord UnhelpfulSpanReason
56
#endif
57
58
instance NFData SB.StringBuffer where rnf = rwhnf
0 commit comments