fix compile error due to erroneous import
authorAdam Megacz <megacz@cs.berkeley.edu>
Wed, 2 Mar 2011 23:33:28 +0000 (15:33 -0800)
committerAdam Megacz <megacz@cs.berkeley.edu>
Wed, 2 Mar 2011 23:33:28 +0000 (15:33 -0800)
compiler/deSugar/Desugar.lhs

index 7d0be3f..2898460 100644 (file)
@@ -41,7 +41,6 @@ import MonadUtils
 import OrdList
 import Data.List
 import Data.IORef
 import OrdList
 import Data.List
 import Data.IORef
-import DsHetMet
 import Control.Exception ( catch, ErrorCall, Exception(..) )
 \end{code}
 
 import Control.Exception ( catch, ErrorCall, Exception(..) )
 \end{code}