[Haskell-cafe] ANNOUNCE: HCL v1.0 -High-level library for
building command line interfaces
Neil Mitchell
ndmitchell at gmail.com
Tue Jul 10 06:01:52 EDT 2007
Hi
> When building on Linux something gets confused because of filenames in
> Windows style. Namely, hangman becomes hangman^M
Your Cabal file should be in Unix format, i.e. without \r\n's in it,
just \n's. Arguably this is either a Cabal bug, or something that
Cabal-upload should be checking.
Thanks
Neil
More information about the Haskell-Cafe
mailing list