diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-01-08 09:00:06 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-01-08 09:00:06 +0000 |
commit | e68158a74caed3f2631f7b766b536bb4c50354a0 (patch) | |
tree | 7e54273b3ebf88164099c8197bc561cc44b863c0 /libraries/base/Text | |
parent | 5e3aec6968af95ac55e24366c70f607eb9a85d6d (diff) | |
download | haskell-e68158a74caed3f2631f7b766b536bb4c50354a0.tar.gz |
Remove unused import
Diffstat (limited to 'libraries/base/Text')
-rw-r--r-- | libraries/base/Text/Read/Lex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Text/Read/Lex.hs b/libraries/base/Text/Read/Lex.hs index 8a64e21b80..ef7e1a874d 100644 --- a/libraries/base/Text/Read/Lex.hs +++ b/libraries/base/Text/Read/Lex.hs @@ -41,7 +41,7 @@ import GHC.Char import GHC.Num( Num(..), Integer ) import GHC.Show( Show(..) ) import {-# SOURCE #-} GHC.Unicode ( isSpace, isAlpha, isAlphaNum ) -import GHC.Real( Integral, Rational, (%), fromIntegral, +import GHC.Real( Rational, (%), fromIntegral, toInteger, (^) ) import GHC.List import GHC.Enum( minBound, maxBound ) |