Skip to content

Commit

Permalink
include fullModSummary
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Mar 29, 2022
1 parent 2adc4bf commit a587e9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ghcide/src/Development/IDE/Core/RuleTypes.hs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,8 @@ newtype GhcSessionDeps = GhcSessionDeps_
deriving newtype (Eq, Typeable, Hashable, NFData)

instance Show GhcSessionDeps where
show _ = "GhcSessionDeps"
show (GhcSessionDeps False) = "GhcSessionDeps"
show (GhcSessionDeps True) = "GhcSessionDepsFull"

pattern GhcSessionDeps :: GhcSessionDeps
pattern GhcSessionDeps = GhcSessionDeps_ False
Expand Down

0 comments on commit a587e9a

Please sign in to comment.