
22 Dec
2009
22 Dec
'09
5:28 p.m.
On Tue, 2009-12-22 at 21:48 +0000, Ozgur Akgun wrote:
What about this part:
-o dist/build/Codec/Compression/ Zlib/Stream.hs Codec/Compression/Zlib/Stream.hsc
Isn't it passing multiple (two in this case) output parameters? Or am I missing sth?
No, that's one -o flag and a single additional non-flag argument which is the input file. It's like: $ command input -o output but with the order reversed as: $ command -o output input Duncan