From: simonmar Date: Mon, 6 Jun 2005 13:19:41 +0000 (+0000) Subject: [project @ 2005-06-06 13:19:41 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~455 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c84190a2a94ea931b68e2f88189103f197467bb4;p=ghc-hetmet.git [project @ 2005-06-06 13:19:41 by simonmar] Hopefully fix more compilation problems with various versions of GHC --- diff --git a/ghc/compiler/main/ErrUtils.lhs b/ghc/compiler/main/ErrUtils.lhs index 5cfbac7..50db73c 100644 --- a/ghc/compiler/main/ErrUtils.lhs +++ b/ghc/compiler/main/ErrUtils.lhs @@ -39,7 +39,7 @@ import StaticFlags ( opt_ErrorSpans ) import System ( ExitCode(..), exitWith ) import DATA_IOREF import IO ( hPutStrLn, stderr ) -import DYNAMIC ( TyCon, mkTyCon, Typeable(..), mkTyConApp ) +import DYNAMIC -- -----------------------------------------------------------------------------