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