[project @ 2003-08-22 08:58:30 by panne]
[haskell-directory.git] / Text / ParserCombinators / ReadP.hs
index ab84419..6b8475f 100644 (file)
@@ -51,7 +51,9 @@ module Text.ParserCombinators.ReadP
 
 import Control.Monad( MonadPlus(..) )
 #ifdef __GLASGOW_HASKELL__
+#ifndef __HADDOCK__
 import {-# SOURCE #-} GHC.Unicode ( isSpace  )
+#endif
 import GHC.Base
 #else
 import Data.Char( isSpace )