haskell-amqp: update to version 0.6.0

This commit is contained in:
Peter Simons 2013-09-28 10:48:08 +02:00
parent 36f7b4e1a2
commit 62fcba700c

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "amqp";
version = "0.5.0";
sha256 = "1i02pp184r1iq40mz16m9qh8i3h1jmf3ykpg67j3i1732cks8n8w";
version = "0.6.0";
sha256 = "0rfczmhf46sc3pxxb5gwv4ggsxkqkvdi4kkqdnrdpdhs7p41im2n";
isLibrary = true;
isExecutable = true;
buildDepends = [ binary dataBinaryIeee754 network text xml ];