[GHC] #7817: Moving basic functions

GHC cvs-ghc at haskell.org
Mon Apr 22 00:35:18 CEST 2013


#7817: Moving basic functions
-------------------------------+--------------------------------------------
  Reporter:  quchen            |          Owner:                  
      Type:  feature request   |         Status:  closed          
  Priority:  normal            |      Milestone:  7.8.1           
 Component:  libraries/base    |        Version:  7.6.2           
Resolution:  fixed             |       Keywords:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown      |     Difficulty:  Unknown         
  Testcase:                    |      Blockedby:                  
  Blocking:                    |        Related:                  
-------------------------------+--------------------------------------------
Changes (by igloo):

  * status:  patch => closed
  * resolution:  => fixed


Comment:

 {{{
 commit 6402f8d294db347357436321965d9b6024e02984
 Author: Ian Lynagh <ian at well-typed.com>
 Date:   Sun Apr 21 21:46:07 2013 +0100

     Add some more Data.Functor functions; fixes #7817

     Added infixl4 $>.
     Re-exported void from Data.Functor.
     Also defined the fixity for <$ for non-GHC impls.
 }}}

 I didn't make `Foreign.Marshal.Error` re-export `void`, as we don't have a
 way to deprecate re-exports.

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



More information about the ghc-tickets mailing list