Skip to content

Commit

Permalink
attempt compat. with GHC 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Jul 27, 2021
1 parent 0dc5dde commit 8aae53d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ghcide/src/Development/IDE/GHC/Orphans.hs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ instance Hashable GhcPlugins.InstalledUnitId where
hashWithSalt salt = hashWithSalt salt . installedUnitIdString
#else
instance Show InstalledUnitId where show = prettyPrint
deriving instance Ord SrcSpan
deriving instance Ord UnhelpfulSpanReason
#endif

instance NFData SB.StringBuffer where rnf = rwhnf
Expand Down

0 comments on commit 8aae53d

Please sign in to comment.