From: qrczak Date: Wed, 20 Dec 2000 18:32:00 +0000 (+0000) Subject: [project @ 2000-12-20 18:32:00 by qrczak] X-Git-Tag: Approximately_9120_patches~3007 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4d64d1b1604078abef9b4d5dd31e4dfcd5f35649 [project @ 2000-12-20 18:32:00 by qrczak] import PprCore --- 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}