[Haskell-beginners] how to save the GHC errormessages in a file on Windows

Ozgur Akgun ozgurakgun at gmail.com
Thu Apr 28 15:05:20 CEST 2011


I believe those messages are written to stderr, not stdout.
'>' redirects stdout, for stderr you need '2>'.

HTH,
Ozgur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20110428/9882b9bc/attachment.htm>


More information about the Beginners mailing list