[commit: haskell2010] master: Fix import warnings (1c05586)

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


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/1c055868f748acb2945cb5652b3fdea6226e8862

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

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

    Fix import warnings

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

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

diff --git a/Prelude.hs b/Prelude.hs
index 577b751..145c748 100644
--- a/Prelude.hs
+++ b/Prelude.hs
@@ -150,7 +150,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