Ticket #6073 (closed bug: duplicate)
Lower case character in deriving statement crashes GHC 7.4.1
| Reported by: | ExternalReality | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.6.1 |
| Component: | Compiler | Version: | 7.4.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | x86_64 (amd64) |
| Type of failure: | Compile-time crash | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: | 5961 |
Description
-- Good
newtype Address = Address Text
deriving (Show, Eq)
-- Boom
newtype Address = Address Text
deriving (Show,x Eq)
Change History
Note: See
TracTickets for help on using
tickets.
