From 2ed1377a6d5f28006ff8ea2162129e5c57c64e30 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Mon, 23 Sep 2013 00:55:06 +0200 Subject: 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 --- libraries/base/GHC/Desugar.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/base/GHC/Desugar.hs') diff --git a/libraries/base/GHC/Desugar.hs b/libraries/base/GHC/Desugar.hs index 72553bf089..cdea698851 100644 --- a/libraries/base/GHC/Desugar.hs +++ b/libraries/base/GHC/Desugar.hs @@ -3,6 +3,7 @@ , RankNTypes , ExistentialQuantification #-} +{-# OPTIONS_HADDOCK hide #-} ----------------------------------------------------------------------------- -- | @@ -18,7 +19,6 @@ -- ----------------------------------------------------------------------------- --- #hide module GHC.Desugar ((>>>), AnnotationWrapper(..), toAnnotationWrapper) where import Control.Arrow (Arrow(..)) -- cgit v1.2.1