haskell-amqp: update to version 0.8.1
This commit is contained in:
parent
1cfc55518b
commit
358f4de889
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user