haskell-amqp: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-05-21 14:57:00 +02:00
parent b1b24494f2
commit 18a82b7da1

View File

@ -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;
}) })