Skip to content

Commit a917781

Browse files
pepeiborramichaelpj
authored andcommitted
Fix Show instance
1 parent 14f1675 commit a917781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ newtype GhcSessionDeps = GhcSessionDeps_
414414
-- Required for interactive evaluation, but leads to more cache invalidations
415415
fullModSummary :: Bool
416416
}
417-
deriving newtype (Eq, Show, Typeable, Hashable, NFData)
417+
deriving (Eq, Show, Typeable, Hashable, NFData)
418418

419419
pattern GhcSessionDeps :: GhcSessionDeps
420420
pattern GhcSessionDeps = GhcSessionDeps_ False

0 commit comments

Comments
 (0)