2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-02-21 23:33:30 +01:00
|
|
|
{ cabal, binary, clock, connection, dataBinaryIeee754, hspec
|
2014-08-19 15:33:53 +02:00
|
|
|
, hspecExpectations, monadControl, network, networkUri, split, text
|
|
|
|
, vector, xml
|
2013-10-19 11:26:04 +02:00
|
|
|
}:
|
2013-09-14 18:31:30 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "amqp";
|
2014-08-19 15:33:53 +02:00
|
|
|
version = "0.10.1";
|
|
|
|
sha256 = "1a2d17h1zhd2yv1zhd0vvr4g1v6nr188gwv12qwljs1v9y4jkbmc";
|
2013-09-14 18:31:30 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2013-10-19 11:26:04 +02:00
|
|
|
buildDepends = [
|
2014-02-21 23:33:30 +01:00
|
|
|
binary clock connection dataBinaryIeee754 monadControl network
|
2014-08-19 15:33:53 +02:00
|
|
|
networkUri split text vector xml
|
2013-10-19 11:26:04 +02:00
|
|
|
];
|
|
|
|
testDepends = [
|
2014-02-21 23:33:30 +01:00
|
|
|
binary clock connection dataBinaryIeee754 hspec hspecExpectations
|
2014-05-23 15:59:40 +02:00
|
|
|
network split text vector
|
2013-10-19 11:26:04 +02:00
|
|
|
];
|
2014-05-21 14:57:00 +02:00
|
|
|
doCheck = false;
|
2013-09-14 18:31:30 +02:00
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|