
#8069: Small typo yields GHC panic ------------------------------------+------------------------------------- Reporter: dsamperi | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.4.1 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- The following line contains a small typo (show instead of Show), and the result is a GHC panic under GHC 3.4.1: newtype MyInt = MyInt Int deriving(show) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8069 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler