From: sof Date: Mon, 26 May 1997 04:45:52 +0000 (+0000) Subject: [project @ 1997-05-26 04:45:52 by sof] X-Git-Tag: Approximately_1000_patches_recorded~489 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9e087fcf079a88dec5a42a418fc8a5f98d6b233a;p=ghc-hetmet.git [project @ 1997-05-26 04:45:52 by sof] Updated imports --- diff --git a/ghc/compiler/deforest/Deforest.lhs b/ghc/compiler/deforest/Deforest.lhs index 820ca23..804ba2b 100644 --- a/ghc/compiler/deforest/Deforest.lhs +++ b/ghc/compiler/deforest/Deforest.lhs @@ -22,7 +22,7 @@ > import CmdLineOpts ( GlobalSwitch, SwitchResult ) > import CoreSyn -> import Id ( getIdInfo, Id ) +> import Id ( Id ) > import IdInfo > import Outputable > import SimplEnv ( SYN_IE(SwitchChecker) )