From: sof Date: Fri, 14 Aug 1998 11:18:25 +0000 (+0000) Subject: [project @ 1998-08-14 11:18:25 by sof] X-Git-Tag: Approx_2487_patches~421 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bc3416ae0b152b37982bf9fd880977c02e552068;p=ghc-hetmet.git [project @ 1998-08-14 11:18:25 by sof] import list update --- diff --git a/ghc/compiler/stranal/SaAbsInt.lhs b/ghc/compiler/stranal/SaAbsInt.lhs index 3a9ccc9..30ab8f0 100644 --- a/ghc/compiler/stranal/SaAbsInt.lhs +++ b/ghc/compiler/stranal/SaAbsInt.lhs @@ -37,8 +37,7 @@ import Type ( splitAlgTyConApp_maybe, import TysWiredIn ( intTyCon, integerTyCon, doubleTyCon, floatTyCon, wordTyCon, addrTyCon ) -import Util ( isIn, isn'tIn, nOfThem, zipWithEqual ) -import GlaExts ( trace ) +import Util ( isIn, isn'tIn, nOfThem, zipWithEqual, trace ) import Outputable returnsRealWorld x = False -- ToDo: panic "SaAbsInt.returnsRealWorld (ToDo)"