
#8682: GHC compilation bug ---------------------------------------+---------------------------------- Reporter: guest | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.4.1 Resolution: | Keywords: Operating System: Linux | Architecture: x86_64 (amd64) Type of failure: Compile-time crash | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------------+---------------------------------- Comment (by monoidal): This is already fixed in GHC 7.6: #5961. In your code "deriving (read)" should be "deriving (Read)". -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8682#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler