
6 Jan
2010
6 Jan
'10
5:38 p.m.
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
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