X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fparser%2FParser.y.pp;h=2ba5ae0730d1684dc5924454931941b78197b30e;hb=423d477bfecd490de1449c59325c8776f91d7aac;hp=a5e5da4a4c92b0c48eff7673283aa7aba194c932;hpb=553e90d9a32ee1b1809430f260c401cc4169c6c7;p=ghc-hetmet.git diff --git a/ghc/compiler/parser/Parser.y.pp b/ghc/compiler/parser/Parser.y.pp index a5e5da4..2ba5ae0 100644 --- a/ghc/compiler/parser/Parser.y.pp +++ b/ghc/compiler/parser/Parser.y.pp @@ -21,7 +21,7 @@ import RdrName import TysWiredIn ( unitTyCon, unitDataCon, tupleTyCon, tupleCon, nilDataCon, listTyCon_RDR, parrTyCon_RDR, consDataCon_RDR ) import Type ( funTyCon ) -import ForeignCall ( Safety(..), CExportSpec(..), +import ForeignCall ( Safety(..), CExportSpec(..), CLabelString, CCallConv(..), CCallTarget(..), defaultCCallConv ) import OccName ( UserFS, varName, dataName, tcClsName, tvName ) @@ -38,7 +38,6 @@ import OrdList import Bag ( emptyBag ) import Panic -import CStrings ( CLabelString ) import FastString import Maybes ( orElse ) import Outputable