From bc3416ae0b152b37982bf9fd880977c02e552068 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 14 Aug 1998 11:18:25 +0000 Subject: [PATCH] [project @ 1998-08-14 11:18:25 by sof] import list update --- ghc/compiler/stranal/SaAbsInt.lhs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)" -- 1.7.10.4