[GHC] #9147: defining data type in GHC results in ghc: panic! (the 'impossible' happened)
GHC
ghc-devs at haskell.org
Wed May 28 18:43:08 UTC 2014
#9147: defining data type in GHC results in ghc: panic! (the 'impossible'
happened)
-------------------------------+------------------------------------
Reporter: tdp93422 | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: GHCi | Version: 7.4.1
Resolution: duplicate | Keywords:
Operating System: Linux | Architecture: Unknown/Multiple
Type of failure: GHCi crash | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------+------------------------------------
Changes (by rwbarton):
* status: new => closed
* resolution: => duplicate
Comment:
Duplicate of #5961, fixed since GHC 7.6. `deriving (read, show, eq, ord)`
should be `deriving (Read, Show, Eq, Ord)`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9147#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list