[GHC] #4325: Deriving regression
GHC
cvs-ghc at haskell.org
Sun Sep 19 11:38:40 EDT 2010
#4325: Deriving regression
--------------------------------------------+-------------------------------
Reporter: igloo | Owner:
Type: bug | Status: closed
Priority: highest | Milestone: 7.0.1
Component: Compiler | Version: 6.13
Resolution: fixed | Keywords:
Testcase: deriving/should_compile/T4325 | Blockedby:
Difficulty: | Os: Unknown/Multiple
Blocking: | Architecture: Unknown/Multiple
Failure: None/Unknown |
--------------------------------------------+-------------------------------
Changes (by simonpj):
* status: new => closed
* testcase: T4325 => deriving/should_compile/T4325
* resolution: => fixed
Comment:
Ahs yes, a small oversight thanks. Fixed by
{{{
Sun Sep 19 16:22:01 GMT Daylight Time 2010 simonpj at microsoft.com
* Include the "stupid theta" in the type of $con2tag
M ./compiler/typecheck/TcGenDeriv.lhs -1 +1
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4325#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list