[Haskell] Workshop: CUFP

2004-08-19 Thread Koen Claessen
CALL FOR PARTICIPATION Commercial Users of Functional Programming (CUFP) Sept 18, 2004 Co-located with ICFP http://www.galois.com/cufp/ Functional languages have been under academic development for over 2

[Haskell] GHC writes to stderr

2004-08-19 Thread Georg Martius
Hi folks, I am just wondering why ghc writes its output to stderr instead of stdout. In case of an error it might be reasonably but all the ordinary information about chaising and stuff should go to a buffered stream I think. Why do I care? I start ghc from emacs in a compile window. The output g