X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FFamInst.lhs;h=ca5a7e9084f61c739246c336500b2d5a898d8b3f;hp=2da396653413ace0d91e6952cb1414a60a3cbf22;hb=d51f42f602bf9a6d1b356c41228a534c88723f65;hpb=3efa0623150111e8157141441ee5571452f8e139 diff --git a/compiler/typecheck/FamInst.lhs b/compiler/typecheck/FamInst.lhs index 2da3966..ca5a7e9 100644 --- a/compiler/typecheck/FamInst.lhs +++ b/compiler/typecheck/FamInst.lhs @@ -25,7 +25,7 @@ import Name import Module import SrcLoc import Outputable -import UniqFM +import LazyUniqFM import FiniteMap import Maybe