[project @ 1998-08-14 11:18:25 by sof]
authorsof <unknown>
Fri, 14 Aug 1998 11:18:25 +0000 (11:18 +0000)
committersof <unknown>
Fri, 14 Aug 1998 11:18:25 +0000 (11:18 +0000)
import list update

ghc/compiler/stranal/SaAbsInt.lhs

index 3a9ccc9..30ab8f0 100644 (file)
@@ -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)"