X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcGadt.lhs;h=b3156ed747a9643ec097da4e7dcc99e630e4974f;hp=b556e89e3273ed15e45c2ad32e4d8479f7979933;hb=727fae32ea0b6ca6ebdf1b3137649813e4d7ac3d;hpb=d6a7aff83282d537e160264604d6703e2698600e diff --git a/compiler/typecheck/TcGadt.lhs b/compiler/typecheck/TcGadt.lhs index b556e89..b3156ed 100644 --- a/compiler/typecheck/TcGadt.lhs +++ b/compiler/typecheck/TcGadt.lhs @@ -40,7 +40,7 @@ import Control.Monad import Outputable import TcType import Unique -import UniqFM +import LazyUniqFM \end{code}