4th Cabal-1.1.6 release candiate

Brian Smith brianlsmith at gmail.com
Tue Oct 10 10:44:32 EDT 2006


On 10/7/06, Duncan Coutts <duncan.coutts at worc.ox.ac.uk> wrote:
>
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/cabal-devel/attachments/20061010/4b6dcef5/attachment.htm


More information about the cabal-devel mailing list