[commit: packages/base] master: Add Haddock `/Since: 4.6.0.0/` comments to symbols (e8d2d2a)
git at git.haskell.org
git at git.haskell.org
Sat Sep 21 18:10:14 CEST 2013
Repository : ssh://git@git.haskell.org/base
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e8d2d2a90f582f53d46c8caa9af534480585f7ca/base
>---------------------------------------------------------------
commit e8d2d2a90f582f53d46c8caa9af534480585f7ca
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Sep 21 18:04:19 2013 +0200
Add Haddock `/Since: 4.6.0.0/` comments to symbols
This commit retroactively adds `/Since: 4.6.0.0/` annotations to symbols
newly added/exposed in `base-4.6.0.0` (as shipped with GHC 7.6.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>
>---------------------------------------------------------------
e8d2d2a90f582f53d46c8caa9af534480585f7ca
Control/Concurrent.hs | 1 +
Control/Concurrent/MVar.hs | 6 ++++++
Data/Bits.hs | 6 ++++++
Data/IORef.hs | 6 ++++++
Data/Ord.hs | 2 ++
Data/STRef.hs | 2 ++
GHC/Conc/Sync.lhs | 1 +
GHC/Exception.lhs | 2 +-
GHC/Generics.hs | 1 +
GHC/IP.hs | 2 ++
GHC/Stats.hsc | 4 ++++
GHC/TypeLits.hs | 5 ++++-
System/Environment.hs | 2 ++
System/Environment/ExecutablePath.hsc | 3 +++
Text/Read.hs | 4 ++++
Text/Read/Lex.hs | 2 ++
16 files changed, 47 insertions(+), 2 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 e8d2d2a90f582f53d46c8caa9af534480585f7ca
More information about the ghc-commits
mailing list