
#12026: Pattern match failure in RnNames.hs -------------------------------------+------------------------------------- Reporter: davean | Owner: Type: bug | Status: new Priority: highest | Milestone: Component: Compiler | Version: 8.0.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Compile-time | Unknown/Multiple crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by thomie): * priority: high => highest Comment: Here is a small reproducer: T12026.hs: {{{#!hs module T12026 where import Prelude (map ()) }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12026#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler