From 7ec62bf17587caab0507e931a339dad7bf1e3857 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 2 Jan 2001 12:31:25 +0000 Subject: [PATCH] [project @ 2001-01-02 12:30:51 by simonmar] revert last commit: don't import PprCore --- ghc/compiler/coreSyn/CoreSat.lhs | 1 - ghc/compiler/stgSyn/CoreToStg.lhs | 1 - 2 files changed, 2 deletions(-) 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} -- 1.7.10.4