X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FFamInst.lhs;h=b09f9a516da17b92c729e76708f9a9230f0286f1;hb=1a9245caefb80a3c4c5965aaacdf9a607e792e1c;hp=609c0ba0089fc466b53a8df41805530c64d69a17;hpb=8897e76874e10daa4dc695342e68b15e114a6de0;p=ghc-hetmet.git diff --git a/compiler/typecheck/FamInst.lhs b/compiler/typecheck/FamInst.lhs index 609c0ba..b09f9a5 100644 --- a/compiler/typecheck/FamInst.lhs +++ b/compiler/typecheck/FamInst.lhs @@ -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}