From 572b1e3014b1a19e126134f98ddc399fa75c8659 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 16 Oct 2006 10:58:52 +0000 Subject: [PATCH] fix non-DEBUG build (probably my fault, sorry) --- compiler/typecheck/TcGadt.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 1.7.10.4