
Hi, I've built an AMQP library. It currently only works with RabbitMQ and supports most of the 0-8 spec. If you don't know that AMQP is, this is a good introduction: http://blogs.digitar.com/jjww/2009/01/rabbits-and-warrens/ I have not done much testing, so this should be regarded as alpha quality. Get it here: http://hackage.haskell.org/package/amqp For some reason it doesn't compile on Hackage. It says "At least the following dependencies are missing: network-bytestring >=0.1.2". Is there a way to solve this? Regards, Holger

On Sun, Jan 17, 2010 at 12:35:08PM +0100, Holger Reinhardt wrote:
Get it here: http://hackage.haskell.org/package/amqp
For some reason it doesn't compile on Hackage. It says "At least the following dependencies are missing: network-bytestring >=0.1.2". Is there a way to solve this?
Sorry, that was a glitch in the upgrade to GHC 6.12.1.
participants (2)
-
Holger Reinhardt
-
Ross Paterson