[GHC] #7886: data command does not work on WinGHCi

GHC cvs-ghc at haskell.org
Sat May 4 14:30:47 CEST 2013


#7886: data command does not work on WinGHCi
---------------------------------+------------------------------------------
    Reporter:  guest             |        Owner:              
        Type:  bug               |       Status:  closed      
    Priority:  normal            |    Component:  Compiler    
     Version:  7.4.2             |   Resolution:  duplicate   
    Keywords:                    |           Os:  Windows     
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
   Blockedby:                    |     Blocking:              
     Related:                    |  
---------------------------------+------------------------------------------
Changes (by monoidal):

  * status:  new => closed
  * resolution:  => duplicate


Comment:

 This is caused by "deriving (show)" which should be "deriving (Show)".
 It's already fixed in 7.6, see #5961.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7886#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list