[commit: packages/base] master: Add Haddock `/Since: 4.4.0.0/` comments to symbols (27c90b7)
git at git.haskell.org
git at git.haskell.org
Mon Sep 23 01:08:46 CEST 2013
Repository : ssh://git@git.haskell.org/base
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/27c90b79220cda7305ac8e05bb6b25c0df7ab82e/base
>---------------------------------------------------------------
commit 27c90b79220cda7305ac8e05bb6b25c0df7ab82e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Sep 22 22:04:55 2013 +0200
Add Haddock `/Since: 4.4.0.0/` comments to symbols
This commit retroactively adds `/Since: 4.4.0.0/` annotations to symbols
newly added/exposed in `base-4.4.0.0` (as shipped with GHC 7.2.1).
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>
>---------------------------------------------------------------
27c90b79220cda7305ac8e05bb6b25c0df7ab82e
Control/Exception.hs | 2 ++
Foreign/C/Types.hs | 4 ++++
GHC/Conc/Sync.lhs | 9 +++++++++
GHC/IO.hs | 2 ++
GHC/IO/Encoding.hs | 2 ++
GHC/IO/Encoding/Latin1.hs | 2 ++
GHC/IO/Encoding/Types.hs | 3 +++
GHC/IO/Encoding/UTF16.hs | 3 +++
GHC/IO/Encoding/UTF32.hs | 3 +++
GHC/IO/Encoding/UTF8.hs | 1 +
GHC/IO/Handle/FD.hs | 2 ++
System/IO/Error.hs | 4 ++++
12 files changed, 37 insertions(+)
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 27c90b79220cda7305ac8e05bb6b25c0df7ab82e
More information about the ghc-commits
mailing list