Hi all,
I've put up a tarball for the fourth 1.16 Cabal release candidate:
http://www.haskell.org/cabal/release/cabal-1.1.5.9.4/cabal-1.1.5.9.4.tar.gz
When a Cabal file is created on Windows, with Windows line endings \r\n, and it is then used on Linux, Cabal generates executables with file names that have a carriage return. For example,
Executable: executable-name
The Windows file name is correctly executable-name.exe, but on Linux it becomes executable-name^M.
A workaround is to strip the carriage returns from the file.
Regards,
Brian