[project @ 2003-08-22 08:58:30 by panne]
[haskell-directory.git] / GHC / Read.lhs
index aba24ff..cc3c541 100644 (file)
@@ -65,7 +65,9 @@ import Data.Maybe
 import Data.Either
 
 import {-# SOURCE #-} GHC.Err          ( error )
+#ifndef __HADDOCK__
 import {-# SOURCE #-} GHC.Unicode      ( isDigit )
+#endif
 import GHC.Num
 import GHC.Real
 import GHC.Float