[Haskell-cafe] Current status of Mavericks CPP
Kazu Yamamoto (=?iso-2022-jp?B?GyRCOzNLXE9CSScbKEI=?=)
kazu at iij.ad.jp
Wed Apr 16 06:42:34 UTC 2014
Hi Brandon,
>> If ghc-clang-wrapper causes problems with your code, I'd suggest to
>> fix your code. I'm not sure this actually happens.
>
> It does. See my previous messages. Haskell is not C, and some Haskell
> constructs simply will not work with a program that must lex (and, for
> ANSI, parse) C code.
I agree that ghc-clang-wrapper can cause problems and GHC should
provide its own CPP. But have you ever experienced such problems
actually?
I have been using Mavericks just after it was released, and using both
GHC 7.6.3 and GHC 7.8 (head in the past) with ghc-clang-wrapper/new
alex/new happy. I have not experienced such problems so far.
--Kazu
More information about the Haskell-Cafe
mailing list