#3339: Data.Monoid: Add (<>) as a synonym for mappend
-------------------------------+--------------------------------------------
  Reporter:  bos               |          Owner:  igloo           
      Type:  feature request   |         Status:  new             
  Priority:  normal            |      Milestone:  Not GHC         
 Component:  libraries/base    |        Version:  7.3             
Resolution:                    |       Keywords:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown      |     Difficulty:  Unknown         
  Testcase:                    |      Blockedby:                  
  Blocking:                    |        Related:                  
-------------------------------+--------------------------------------------

Comment(by igloo):

 Oh, I missed this comment in your previous message:

 > We will have to separately sort out the pretty package needs to change
 if it wants to use the `Data.Monoid.(<>)` operator.

 Surely having a single GHC release in which `Data.Monoid` and
 `Text.PrettyPrint` have conflicting definitions of `<>` is the worst case?
 Anyone importing both will need to change their code to disambiguate in
 order to work around a transient problem.

 Why not just make both changes at once, with GHC 7.6.1? This could be done
 in the HEAD now, and should be released well under a year after 7.4.1.

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

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

Reply via email to