X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FdeSugar%2FDsForeign.lhs;h=77aa4120ceec8f4e43c1be60a201c759c6ba93e4;hb=1f5e55804b97d2b9a77207d568d602ba88d8855d;hp=a83249918189ff2c1c7f332da0d290e7a88675ec;hpb=599e42c2948811e71607c5167d9345ddd74d83c3;p=ghc-hetmet.git diff --git a/ghc/compiler/deSugar/DsForeign.lhs b/ghc/compiler/deSugar/DsForeign.lhs index a832499..77aa412 100644 --- a/ghc/compiler/deSugar/DsForeign.lhs +++ b/ghc/compiler/deSugar/DsForeign.lhs @@ -102,8 +102,8 @@ dsForeigns fos warnDepr False _ = returnDs () warnDepr True loc = dsWarn (loc, msg) - where - msg = ptext SLIT("foreign declaration uses deprecated non-standard syntax") + where + msg = ptext SLIT("foreign declaration uses deprecated non-standard syntax") \end{code}