From 4d64d1b1604078abef9b4d5dd31e4dfcd5f35649 Mon Sep 17 00:00:00 2001 From: qrczak Date: Wed, 20 Dec 2000 18:32:00 +0000 Subject: [PATCH] [project @ 2000-12-20 18:32:00 by qrczak] import PprCore --- ghc/compiler/coreSyn/CoreSat.lhs | 1 + ghc/compiler/stgSyn/CoreToStg.lhs | 1 + 2 files changed, 2 insertions(+) diff --git a/ghc/compiler/coreSyn/CoreSat.lhs b/ghc/compiler/coreSyn/CoreSat.lhs index b47c514..0544875 100644 --- a/ghc/compiler/coreSyn/CoreSat.lhs +++ b/ghc/compiler/coreSyn/CoreSat.lhs @@ -26,6 +26,7 @@ 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 da7f0cb..5615a2c 100644 --- a/ghc/compiler/stgSyn/CoreToStg.lhs +++ b/ghc/compiler/stgSyn/CoreToStg.lhs @@ -36,6 +36,7 @@ import OccName ( occNameUserString ) import BasicTypes ( TopLevelFlag(..), isNotTopLevel ) import CmdLineOpts ( DynFlags ) import Outputable +import PprCore infixr 9 `thenLne`, `thenLne_` \end{code} -- 1.7.10.4