[project @ 2001-12-21 16:39:09 by simonpj]
authorsimonpj <unknown>
Fri, 21 Dec 2001 16:39:09 +0000 (16:39 +0000)
committersimonpj <unknown>
Fri, 21 Dec 2001 16:39:09 +0000 (16:39 +0000)
wibble

ghc/compiler/nativeGen/MachCode.lhs

index a31c91d..e120d80 100644 (file)
@@ -49,6 +49,7 @@ import Stix           ( pprStixStmt )
 
 -- DEBUGGING ONLY
 import IOExts          ( trace )
+import Outputable      ( assertPanic )
 
 infixr 3 `bind`
 \end{code}