Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/686d13d95dd17ae6099a77bf52531cc2dc0db3c9

>---------------------------------------------------------------

commit 686d13d95dd17ae6099a77bf52531cc2dc0db3c9
Author: Simon Peyton Jones <[email protected]>
Date:   Tue Jan 8 09:00:06 2013 +0000

    Remove unused import

>---------------------------------------------------------------

 Text/Read/Lex.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Text/Read/Lex.hs b/Text/Read/Lex.hs
index 8a64e21..ef7e1a8 100644
--- a/Text/Read/Lex.hs
+++ b/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 )



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to