
10 Oct
2007
10 Oct
'07
2:22 p.m.
paul:
In my copious free time I'm putting together a client-side library for AMQP. This needs efficient packing of bytestrings, so I downloaded Dons' bytestring 0.4. Unfortunately it won't install: I get
[paj@eiffel binary-0.4]$ ./Setup.lhs configure Configuring binary-0.4... configure: Dependency base-any: using base-2.1.1 Setup.lhs: cannot satisfy dependency containers-any
Should this be "collections" not "containers"? I can't find a "containers" package in Hackage.
Since you're not using ghc 6.8, you should use binary 0.3 :) -- Don