X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FFamInst.lhs;h=ca5a7e9084f61c739246c336500b2d5a898d8b3f;hb=78ec7aabf27eae748efdc56583ec4e5a6d136ba8;hp=2da396653413ace0d91e6952cb1414a60a3cbf22;hpb=7fc749a43b4b6b85d234fa95d4928648259584f4;p=ghc-hetmet.git 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