Add HsCoreTy to HsType
[ghc-hetmet.git] / compiler / typecheck / FamInst.lhs
index 609c0ba..b09f9a5 100644 (file)
@@ -15,12 +15,12 @@ import Name
 import Module
 import SrcLoc
 import Outputable
-import LazyUniqFM
+import UniqFM
 import FiniteMap
 import FastString
 
 import Maybes
-import Monad
+import Control.Monad
 \end{code}