
28 Sep
2008
28 Sep
'08
5:42 a.m.
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 allowed. The library strips trailing whitespace from all lines.