From: simonmar Date: Tue, 2 Jan 2001 12:31:25 +0000 (+0000) Subject: [project @ 2001-01-02 12:30:51 by simonmar] X-Git-Tag: Approximately_9120_patches~2994 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7ec62bf17587caab0507e931a339dad7bf1e3857;p=ghc-hetmet.git [project @ 2001-01-02 12:30:51 by simonmar] revert last commit: don't import PprCore --- diff --git a/ghc/compiler/coreSyn/CoreSat.lhs b/ghc/compiler/coreSyn/CoreSat.lhs index 0544875..b47c514 100644 --- a/ghc/compiler/coreSyn/CoreSat.lhs +++ b/ghc/compiler/coreSyn/CoreSat.lhs @@ -26,7 +26,6 @@ import Maybes import ErrUtils import CmdLineOpts import Outputable -import PprCore \end{code} -- --------------------------------------------------------------------------- diff --git a/ghc/compiler/stgSyn/CoreToStg.lhs b/ghc/compiler/stgSyn/CoreToStg.lhs index 5615a2c..da7f0cb 100644 --- a/ghc/compiler/stgSyn/CoreToStg.lhs +++ b/ghc/compiler/stgSyn/CoreToStg.lhs @@ -36,7 +36,6 @@ import OccName ( occNameUserString ) import BasicTypes ( TopLevelFlag(..), isNotTopLevel ) import CmdLineOpts ( DynFlags ) import Outputable -import PprCore infixr 9 `thenLne`, `thenLne_` \end{code}