[commit: haskell98] master: Fix import warnings (40300d6)

Ian Lynagh igloo at earth.li
Thu Jun 6 19:57:11 CEST 2013


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/40300d61f29aa8d9953079d14fb5b2f1e5e04184

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

commit 40300d61f29aa8d9953079d14fb5b2f1e5e04184
Author: Ian Lynagh <ian at well-typed.com>
Date:   Thu Jun 6 18:38:32 2013 +0100

    Fix import warnings

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

 Prelude.hs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/Prelude.hs b/Prelude.hs
index ba5a601..9bc79b7 100644
--- a/Prelude.hs
+++ b/Prelude.hs
@@ -151,7 +151,6 @@ import GHC.Real hiding ( gcd )
 import qualified GHC.Real ( gcd )
 import GHC.Float
 import GHC.Show
-import GHC.Err   ( undefined )
 #endif
 
 #ifdef __HUGS__





More information about the ghc-commits mailing list