[commit: packages/base] master: Add Haddock `/Since: 4.5.[01].0/` comments to symbols (6fe5240)

git at git.haskell.org git at git.haskell.org
Sun Sep 22 18:41:20 CEST 2013


Repository : ssh://git@git.haskell.org/base

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/6fe52400be82e8a65a406e8198c202aa17b1014f/base

>---------------------------------------------------------------

commit 6fe52400be82e8a65a406e8198c202aa17b1014f
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Sep 22 16:59:08 2013 +0200

    Add Haddock `/Since: 4.5.[01].0/` comments to symbols
    
    This commit retroactively adds `/Since: 4.5.[01].0/` annotations to symbols
    newly added/exposed in `base-4.5.[01].0` (as shipped with GHC 7.4.[12]).
    
    See also 6368362f which adds the respective annotation for symbols newly
    added in `base-4.7.0.0` (that goes together with GHC 7.8.1).
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


>---------------------------------------------------------------

6fe52400be82e8a65a406e8198c202aa17b1014f
 Data/Bits.hs              |   12 +++++++++---
 Data/List.hs              |    3 ++-
 Data/Monoid.hs            |    2 ++
 Data/Typeable/Internal.hs |    6 +++---
 Debug/Trace.hs            |    4 ++++
 GHC/Conc/Sync.lhs         |    5 +++++
 GHC/IO/Encoding.hs        |    9 +++++++++
 GHC/Stack.hsc             |    6 ++++++
 GHC/Stats.hsc             |    5 +++++
 System/IO/Unsafe.hs       |    1 +
 Text/Read/Lex.hs          |    4 +++-
 11 files changed, 49 insertions(+), 8 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 6fe52400be82e8a65a406e8198c202aa17b1014f



More information about the ghc-commits mailing list