From: simonmar Date: Thu, 9 May 2002 10:43:26 +0000 (+0000) Subject: [project @ 2002-05-09 10:43:26 by simonmar] X-Git-Tag: nhc98-1-18-release~1039 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=eb5b02e3b6ad1c2affdc8d5a5697f541b2d45fb1;p=ghc-base.git [project @ 2002-05-09 10:43:26 by simonmar] Omit the imports in Haddock, to avoid module recursion --- diff --git a/GHC/Err.lhs b/GHC/Err.lhs index e7abb0c..35b0716 100644 --- a/GHC/Err.lhs +++ b/GHC/Err.lhs @@ -38,9 +38,11 @@ module GHC.Err , undefined -- :: a ) where +#ifndef __HADDOCK__ import GHC.Base import GHC.List ( span ) import GHC.Exception +#endif \end{code} %*********************************************************