From: sof Date: Mon, 1 Mar 1999 09:44:05 +0000 (+0000) Subject: [project @ 1999-03-01 09:44:05 by sof] X-Git-Tag: Approximately_9120_patches~6486 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=68fe53f5d8af4b405044f3e9a08e44824ad0ae52;p=ghc-hetmet.git [project @ 1999-03-01 09:44:05 by sof] import list tweak --- diff --git a/ghc/compiler/utils/Panic.lhs b/ghc/compiler/utils/Panic.lhs index c3e4865..2c22699 100644 --- a/ghc/compiler/utils/Panic.lhs +++ b/ghc/compiler/utils/Panic.lhs @@ -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}