From 68fe53f5d8af4b405044f3e9a08e44824ad0ae52 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 1 Mar 1999 09:44:05 +0000 Subject: [PATCH] [project @ 1999-03-01 09:44:05 by sof] import list tweak --- ghc/compiler/utils/Panic.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 1.7.10.4