summaryrefslogtreecommitdiff
path: root/libraries/base/Text/Read/Lex.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-02-28 21:39:48 +0000
committerIan Lynagh <igloo@earth.li>2012-02-28 21:39:48 +0000
commitb6772245616d424e85ee0852c0a1002854bef6af (patch)
tree4f44ce404875b1ee93ca0594e3e2c1c89cc7d356 /libraries/base/Text/Read/Lex.hs
parent31521d1b700f1c322065dc50b1314c579be53e6f (diff)
downloadhaskell-b6772245616d424e85ee0852c0a1002854bef6af.tar.gz
Remove some __HADDOCK__ CPP
I think it was all to work around problems in old versions of haddock.
Diffstat (limited to 'libraries/base/Text/Read/Lex.hs')
-rw-r--r--libraries/base/Text/Read/Lex.hs2
1 files changed, 0 insertions, 2 deletions
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