[commit: packages/base] master: Remove obsolete pre-Haddock-2 `#hide` pragmas (ba98712)

git at git.haskell.org git at git.haskell.org
Mon Sep 23 01:08:48 CEST 2013


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

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

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

commit ba987124e9043f0fac21bace3c5dfc91e0e1af53
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Mon Sep 23 00:55:06 2013 +0200

    Remove obsolete pre-Haddock-2 `#hide` pragmas
    
    The now obsolete (and redundant) `#hide` pragmas have been superseded by
    `{-# OPTIONS_HADDOCK hide #-}` pragmas which are used by most of the
    affected modules anyway.
    
    This commit also adds proper `{-# OPTIONS_HADDOCK hide #-}` pragmas to
    `GHC.Desugar` and `GHC.IO.Encoding.Iconv` which had only the ineffective
    `#hide` annotation.
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

ba987124e9043f0fac21bace3c5dfc91e0e1af53
 Control/Monad/ST/Imp.hs      |    1 -
 Control/Monad/ST/Lazy/Imp.hs |    1 -
 GHC/Arr.lhs                  |    1 -
 GHC/Base.lhs                 |    1 -
 GHC/Conc.lhs                 |    3 +--
 GHC/Conc/IO.hs               |    3 +--
 GHC/Desugar.hs               |    2 +-
 GHC/Enum.lhs                 |    1 -
 GHC/Err.lhs                  |    1 -
 GHC/Exception.lhs            |    1 -
 GHC/Float.lhs                |    1 -
 GHC/Float/ConversionUtils.hs |    1 -
 GHC/Float/RealFracMethods.hs |    1 -
 GHC/ForeignPtr.hs            |    1 -
 GHC/GHCi.hs                  |    1 -
 GHC/IO.hs                    |    1 -
 GHC/IO/Encoding/Iconv.hs     |    2 +-
 GHC/IO/Handle/Internals.hs   |    1 -
 GHC/IO/Handle/Text.hs        |    1 -
 GHC/Int.hs                   |    1 -
 GHC/List.lhs                 |    1 -
 GHC/Num.lhs                  |    1 -
 GHC/PArr.hs                  |    1 -
 GHC/Pack.lhs                 |    1 -
 GHC/Ptr.lhs                  |    1 -
 GHC/Read.lhs                 |    1 -
 GHC/Real.lhs                 |    1 -
 GHC/ST.lhs                   |    1 -
 GHC/STRef.lhs                |    1 -
 GHC/Show.lhs                 |    1 -
 GHC/Stable.lhs               |    1 -
 GHC/Storable.lhs             |    1 -
 GHC/TopHandler.lhs           |    1 -
 GHC/Unicode.hs               |    1 -
 GHC/Weak.lhs                 |    1 -
 GHC/Word.hs                  |    1 -
 System/Posix/Internals.hs    |    1 -
 37 files changed, 4 insertions(+), 39 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 ba987124e9043f0fac21bace3c5dfc91e0e1af53



More information about the ghc-commits mailing list