Skip to content

Commit 1621dee

Browse files
committed
include fullModSummary
1 parent 2adc4bf commit 1621dee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ghcide/src/Development/IDE/Core/RuleTypes.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,8 @@ newtype GhcSessionDeps = GhcSessionDeps_
424424
deriving newtype (Eq, Typeable, Hashable, NFData)
425425

426426
instance Show GhcSessionDeps where
427-
show _ = "GhcSessionDeps"
427+
show (GhcSessionDeps_ False) = "GhcSessionDeps"
428+
show (GhcSessionDeps_ True) = "GhcSessionDepsFull"
428429

429430
pattern GhcSessionDeps :: GhcSessionDeps
430431
pattern GhcSessionDeps = GhcSessionDeps_ False

0 commit comments

Comments
 (0)