Ticket #2449 (closed bug: fixed)
panic with GeneralizedNewtypeDeriving and a .hs-boot file
| Reported by: | igloo | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.10.1 |
| Component: | Compiler | Version: | 6.9 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | drvfail016 | Blocked By: | |
| Blocking: | Related Tickets: |
Description
With A.hs-boot:
module A where
data A
deriving Show
We can get a panic:
$ ghc -c -XGeneralizedNewtypeDeriving A.hs-boot
A.hs-boot:5:13:ghc: panic! (the 'impossible' happened)
(GHC version 6.9.20080716 for x86_64-unknown-linux):
newTyConEtadRhs main:A.A{tc r6K}
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
Change History
Note: See
TracTickets for help on using
tickets.
