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

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to