From: Simon Marlow Date: Mon, 16 Oct 2006 10:58:52 +0000 (+0000) Subject: fix non-DEBUG build (probably my fault, sorry) X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=572b1e3014b1a19e126134f98ddc399fa75c8659;p=ghc-hetmet.git fix non-DEBUG build (probably my fault, sorry) --- diff --git a/compiler/typecheck/TcGadt.lhs b/compiler/typecheck/TcGadt.lhs index 4129df5..45debe9 100644 --- a/compiler/typecheck/TcGadt.lhs +++ b/compiler/typecheck/TcGadt.lhs @@ -30,11 +30,11 @@ import ErrUtils import Maybes import Control.Monad import Outputable +import TcType #ifdef DEBUG import Unique import UniqFM -import TcType #endif \end{code}