haskell-amqp: re-generate with cabal2nix
This commit is contained in:
parent
b1b24494f2
commit
18a82b7da1
@ -16,11 +16,11 @@ cabal.mkDerivation (self: {
|
|||||||
binary clock connection dataBinaryIeee754 hspec hspecExpectations
|
binary clock connection dataBinaryIeee754 hspec hspecExpectations
|
||||||
network split text
|
network split text
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/hreinhardt/amqp";
|
homepage = "https://github.com/hreinhardt/amqp";
|
||||||
description = "Client library for AMQP servers (currently only RabbitMQ)";
|
description = "Client library for AMQP servers (currently only RabbitMQ)";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
doCheck = false;
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user