Hello, I want to use Haskell files with #ifdef, #else and #endif preprocessor directives. I tried hugs -F "cpp -P" <source_file_name> but cpp complains about unterminated character constants. What is wrong? Wolfgang