Ticket #6073 (closed bug: duplicate)

Opened 13 months ago

Last modified 13 months ago

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

Changed 13 months ago by pcapriotti

  • status changed from new to closed
  • difficulty set to Unknown
  • resolution set to duplicate
  • related set to 5961
  • milestone set to 7.6.1

Thanks for the report. This is fixed on the HEAD. See #5961.

Note: See TracTickets for help on using tickets.