X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcArrows.lhs;h=11daed77dae22f7c89997e2afd6adaaa832b75ae;hb=4c6a3f787abcaed009a574196d82237d9ae64fc8;hp=f0cb72aa4c6dd82c1e9b550e4e451cfa42ef028f;hpb=4226903dd2bd0a08e1b7e10547a57588e8371e78;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcArrows.lhs b/compiler/typecheck/TcArrows.lhs index f0cb72a..11daed7 100644 --- a/compiler/typecheck/TcArrows.lhs +++ b/compiler/typecheck/TcArrows.lhs @@ -27,7 +27,6 @@ import TcType import TcMType import TcBinds import TcSimplify -import TcGadt import TcPat import TcUnify import TcRnMonad @@ -41,6 +40,7 @@ import Type import SrcLoc import Outputable +import FastString import Util import Control.Monad