Re: [GHC] #7263: Add derived Show instances to GHC.Generics

2012-10-15 Thread GHC
#7263: Add derived Show instances to GHC.Generics
-+--
Reporter:  dag   |   Owner:  dreixel 
Type:  feature request   |  Status:  new 
Priority:  normal|   Milestone:  7.8.1   
   Component:  GHC API   | Version:  7.7 
Keywords:  generics  |  Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  | Failure:  None/Unknown
  Difficulty:  Unknown   |Testcase:  
   Blockedby:|Blocking:  
 Related:|  
-+--
Changes (by igloo):

  * milestone:  => 7.8.1


-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7263: Add derived Show instances to GHC.Generics

2012-10-11 Thread GHC
#7263: Add derived Show instances to GHC.Generics
-+--
Reporter:  dag   |   Owner:  dreixel 
Type:  feature request   |  Status:  new 
Priority:  normal|   Milestone:  
   Component:  GHC API   | Version:  7.7 
Keywords:  generics  |  Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  | Failure:  None/Unknown
  Difficulty:  Unknown   |Testcase:  
   Blockedby:|Blocking:  
 Related:|  
-+--
Changes (by igloo):

  * difficulty:  => Unknown


Comment:

 Replying to [comment:4 dreixel]:
 >
 > Is it worth/possible to merge this into 7.6?

 We try not to make interface changes within stable branches.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7263: Add derived Show instances to GHC.Generics

2012-10-10 Thread GHC
#7263: Add derived Show instances to GHC.Generics
--+-
 Reporter:  dag   |  Owner:  dreixel 
 Type:  feature request   | Status:  new 
 Priority:  normal|  Component:  GHC API 
  Version:  7.7   |   Keywords:  generics
   Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
  Failure:  None/Unknown  |   Testcase:  
Blockedby:|   Blocking:  
  Related:|  
--+-

Comment(by spl):

 When I was working on EMGM, I found it useful to have `Read`, `Show`,
 `Eq`, and `Ord`. I'm playing with `generic-deriving`, and I just
 discovered that there is no `Ord` instance. This is convenient to have for
 `U1`.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7263: Add derived Show instances to GHC.Generics

2012-10-03 Thread GHC
#7263: Add derived Show instances to GHC.Generics
--+-
 Reporter:  dag   |  Owner:  dreixel 
 Type:  feature request   | Status:  new 
 Priority:  normal|  Component:  GHC API 
  Version:  7.7   |   Keywords:  generics
   Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
  Failure:  None/Unknown  |   Testcase:  
Blockedby:|   Blocking:  
  Related:|  
--+-

Comment(by dreixel):

 Done:
 
http://hackage.haskell.org/trac/ghc/changeset/219ea0e539aca217fe1819baf02d4cdd1d670f51.

 Is it worth/possible to merge this into 7.6?

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7263: Add derived Show instances to GHC.Generics

2012-09-24 Thread GHC
#7263: Add derived Show instances to GHC.Generics
--+-
 Reporter:  dag   |  Owner:  dreixel 
 Type:  feature request   | Status:  new 
 Priority:  normal|  Component:  GHC API 
  Version:  7.7   |   Keywords:  generics
   Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
  Failure:  None/Unknown  |   Testcase:  
Blockedby:|   Blocking:  
  Related:|  
--+-

Comment(by dreixel):

 Replying to [comment:2 spl]:
 > Even `Data` and `Typeable`, perhaps?
 No, not those. If someone would want that I would explicitly like to hear
 it. I suspect that such a request would involve not really understanding
 the whole purpose of these representation types.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7263: Add derived Show instances to GHC.Generics

2012-09-24 Thread GHC
#7263: Add derived Show instances to GHC.Generics
--+-
 Reporter:  dag   |  Owner:  dreixel 
 Type:  feature request   | Status:  new 
 Priority:  normal|  Component:  GHC API 
  Version:  7.7   |   Keywords:  generics
   Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
  Failure:  None/Unknown  |   Testcase:  
Blockedby:|   Blocking:  
  Related:|  
--+-

Comment(by spl):

 Even `Data` and `Typeable`, perhaps?

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7263: Add derived Show instances to GHC.Generics

2012-09-24 Thread GHC
#7263: Add derived Show instances to GHC.Generics
--+-
 Reporter:  dag   |  Owner:  dreixel 
 Type:  feature request   | Status:  new 
 Priority:  normal|  Component:  GHC API 
  Version:  7.7   |   Keywords:  generics
   Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
  Failure:  None/Unknown  |   Testcase:  
Blockedby:|   Blocking:  
  Related:|  
--+-
Changes (by dreixel):

  * owner:  => dreixel
  * version:  7.6.1 => 7.7


Comment:

 Can anyone think of a good reason not to do this? I can't. Perhaps we
 should derive also `Eq`, `Read`, and maybe even `Generic` itself?

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs