From: Adam Megacz Date: Wed, 2 Mar 2011 23:33:28 +0000 (-0800) Subject: fix compile error due to erroneous import X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=29dae53960f63314456cb2b25d428faf87f4af04 fix compile error due to erroneous import --- diff --git a/compiler/deSugar/Desugar.lhs b/compiler/deSugar/Desugar.lhs index 7d0be3f..2898460 100644 --- a/compiler/deSugar/Desugar.lhs +++ b/compiler/deSugar/Desugar.lhs @@ -41,7 +41,6 @@ import MonadUtils import OrdList import Data.List import Data.IORef -import DsHetMet import Control.Exception ( catch, ErrorCall, Exception(..) ) \end{code}