[Haskell-cafe] Problem with cabal install zlib
Ozgur Akgun
ozgurakgun at gmail.com
Wed Jan 6 17:38:19 EST 2010
Just to check, anyone running Snow Leopard and *CAN* install "zlib-0.5.2.0"
using "cabal install zlib"?
I'm trying to make sure whether I am the only one having this problem or I
have some companion.
Best,
2009/12/22 Duncan Coutts <duncan.coutts at googlemail.com>
> 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
>
>
--
Ozgur Akgun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100106/05133f6f/attachment.html
More information about the Haskell-Cafe
mailing list