Re: Carriage returns in a .cabal file

2008-09-28 Thread Ross Paterson
On Sun, Sep 28, 2008 at 12:27:17AM -0700, Clifford Beshers wrote: > The stb-image package on hackage has carriage returns (^M) at the end of some > lines. This confused hlibrary.mk from the Debian haskell-devscripts. Are > these characters legal in a .cabal file? They are whitespace, and so allo

Carriage returns in a .cabal file

2008-09-28 Thread Clifford Beshers
The stb-image package on hackage has carriage returns (^M) at the end of some lines. This confused hlibrary.mk from the Debian haskell-devscripts. Are these characters legal in a .cabal file? I haven't found any mention of valid line terminators. If not, then I'll work with the author of stb-ima