From b6772245616d424e85ee0852c0a1002854bef6af Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 28 Feb 2012 21:39:48 +0000 Subject: Remove some __HADDOCK__ CPP I think it was all to work around problems in old versions of haddock. --- libraries/base/Text/Read/Lex.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'libraries/base/Text/Read/Lex.hs') diff --git a/libraries/base/Text/Read/Lex.hs b/libraries/base/Text/Read/Lex.hs index e4563b6e98..e0573bf1ad 100644 --- a/libraries/base/Text/Read/Lex.hs +++ b/libraries/base/Text/Read/Lex.hs @@ -37,9 +37,7 @@ import Text.ParserCombinators.ReadP import GHC.Base import GHC.Num( Num(..), Integer ) import GHC.Show( Show(..) ) -#ifndef __HADDOCK__ import {-# SOURCE #-} GHC.Unicode ( isSpace, isAlpha, isAlphaNum ) -#endif import GHC.Real( Integral, Rational, (%), fromIntegral, toInteger, (^), infinity, notANumber ) import GHC.List -- cgit v1.2.1