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
network split text
];
doCheck = false;
meta = {
homepage = "https://github.com/hreinhardt/amqp";
description = "Client library for AMQP servers (currently only RabbitMQ)";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
doCheck = false;
})