X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcForeign.lhs;h=77e9e42851002151cbd01ac19fac653f98390e06;hb=074d99bd864680f896b671fa354fcca6be77ae12;hp=1a7b6e93b70ed017adac11ab16ce1849c04587ae;hpb=cfbedcecad9f9c4241fa1313e73468fd95db76b3;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcForeign.lhs b/ghc/compiler/typecheck/TcForeign.lhs index 1a7b6e9..77e9e42 100644 --- a/ghc/compiler/typecheck/TcForeign.lhs +++ b/ghc/compiler/typecheck/TcForeign.lhs @@ -45,7 +45,7 @@ import Type ( splitFunTys , isForAllTy , mkForAllTys ) - +import PprType ( {- instance Outputable Type -} ) import TysWiredIn ( isFFIArgumentTy, isFFIResultTy, isFFIExternalTy, isAddrTy )