patch applied (ghc): Add -stdout-binary and -stderr-binary flags to bypass dos2unix

Simon Marlow <[email protected]> Tue, 23 Jan 2007 04:40:56 -0800
Newsgroups gmane.comp.lang.haskell.cvs.all
Message-ID <20070123124056.GA7947__31628.2816035256$1169556072$gmane$org@cvs.haskell.org>
Tue Jan 23 04:38:43 PST 2007  Simon Marlow <[email protected]>
  * Add -stdout-binary and -stderr-binary flags to bypass dos2unix
  Apparently some versions of dos2unix can detect a binary file and
  ignore it, but others can't, so provide a way to tell runstdtest that
  the output is in binary.

    M ./utils/runstdtest/runstdtest.prl -2 +15