[project @ 1999-03-01 09:44:05 by sof]
authorsof <unknown>
Mon, 1 Mar 1999 09:44:05 +0000 (09:44 +0000)
committersof <unknown>
Mon, 1 Mar 1999 09:44:05 +0000 (09:44 +0000)
import list tweak

ghc/compiler/utils/Panic.lhs

index c3e4865..2c22699 100644 (file)
@@ -9,9 +9,9 @@ It's hard to put these functions anywhere else without causing
 some unnecessary loops in the module dependency graph.
 
 \begin{code}
-module Panic ( panic, panic#, assertPanic, trace ) where
+module Panic  ( panic, panic#, assertPanic, trace ) where
 
-import GlaExts( trace )
+import IOExts ( trace )
 
 #include "HsVersions.h"
 \end{code}