From eb5b02e3b6ad1c2affdc8d5a5697f541b2d45fb1 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 9 May 2002 10:43:26 +0000 Subject: [PATCH] [project @ 2002-05-09 10:43:26 by simonmar] Omit the imports in Haddock, to avoid module recursion --- GHC/Err.lhs | 2 ++ 1 file changed, 2 insertions(+) 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} %********************************************************* -- 1.7.10.4