Name: A Version: 1.0 Description: Demonstrates a bug in Cabal, wherein it generates an error message about \u constructs from the "C" preprocessor: C:/temp/ghc3392_1/ghc3392_0.lpp:1: warning: universal character names are only valid in C++ and C99 C:/temp/ghc3392_1/ghc3392_0.lpp:1: incomplete universal character name \u using ghc --make works fine: ghc --make -cpp -i../utils A Build-depends: base Extensions: CPP hs-source-dirs: ../utils Exposed-modules: A