haskell-amqp: update to version 0.8.1

This commit is contained in:
Peter Simons 2014-02-21 23:33:30 +01:00
parent 1cfc55518b
commit 358f4de889

View File

@ -1,18 +1,20 @@
{ cabal, binary, clock, dataBinaryIeee754, hspec, hspecExpectations
, network, split, text, xml
{ cabal, binary, clock, connection, dataBinaryIeee754, hspec
, hspecExpectations, monadControl, network, split, text, xml
}:
cabal.mkDerivation (self: {
pname = "amqp";
version = "0.7.0";
sha256 = "09zazmbdw8nphbjkmixn2dpwdgkjqjfbn6jv522ykvrcnsn35kc4";
version = "0.8.1";
sha256 = "10infzs2siw9vv8jgsndv7c82bsh22cs2drrb73nxpwf73hy3rzm";
isLibrary = true;
isExecutable = true;
buildDepends = [
binary clock dataBinaryIeee754 network split text xml
binary clock connection dataBinaryIeee754 monadControl network
split text xml
];
testDepends = [
binary dataBinaryIeee754 hspec hspecExpectations network split text
binary clock connection dataBinaryIeee754 hspec hspecExpectations
network split text
];
meta = {
homepage = "https://github.com/hreinhardt/amqp";