X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fcompiler%2FdeSugar%2FDsCCall.lhs;h=052a9a253f1c13d3f7d3aa3549f43877b09aa250;hb=940841711bb0c30326a5173d8107c2792919641c;hp=ecab4763f665fd864671e1faedbc0eb1b24866fb;hpb=d4e0a55c3761544989209a2180d6d0489470db3d;p=ghc-hetmet.git diff --git a/ghc/compiler/deSugar/DsCCall.lhs b/ghc/compiler/deSugar/DsCCall.lhs index ecab476..052a9a2 100644 --- a/ghc/compiler/deSugar/DsCCall.lhs +++ b/ghc/compiler/deSugar/DsCCall.lhs @@ -23,7 +23,6 @@ import CoreUtils ( exprType, mkCoerce ) import Id ( Id, mkWildId ) import MkId ( mkCCallOpId, realWorldPrimId ) import Maybes ( maybeToBool ) -import PrelInfo ( packStringForCId ) import PrimOp ( PrimOp(..), CCall(..), CCallTarget(..) ) import DataCon ( DataCon, splitProductType_maybe, dataConSourceArity, dataConWrapId ) import CallConv