[Haskell-cafe] Problem with cabal install zlib
Duncan Coutts
duncan.coutts at googlemail.com
Tue Dec 22 17:28:24 EST 2009
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
More information about the Haskell-Cafe
mailing list