2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-10-13 12:46:36 +02:00
|
|
|
{ cabal, aeson, base64Bytestring, binary, dataDefault, doctest, mtl
|
|
|
|
, network, scientific, text, time, unorderedContainers, utf8String
|
|
|
|
, vector
|
2013-11-09 01:04:42 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "rethinkdb";
|
2014-11-13 00:39:05 +01:00
|
|
|
version = "1.15.2.1";
|
|
|
|
sha256 = "017fq9mhqdw78hrnjm9n0nipi182361bxh1qzjpb8djc8azx49b5";
|
2013-11-09 01:04:42 +01:00
|
|
|
buildDepends = [
|
2014-10-13 12:46:36 +02:00
|
|
|
aeson base64Bytestring binary dataDefault mtl network scientific
|
|
|
|
text time unorderedContainers utf8String vector
|
2013-11-09 01:04:42 +01:00
|
|
|
];
|
2014-10-13 12:46:36 +02:00
|
|
|
testDepends = [ doctest ];
|
2014-10-19 16:45:12 +02:00
|
|
|
jailbreak = true;
|
|
|
|
doCheck = false;
|
2013-11-09 01:04:42 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/atnnn/haskell-rethinkdb";
|
2014-10-19 14:16:16 +02:00
|
|
|
description = "A driver for RethinkDB 1.15";
|
2013-11-09 01:04:42 +01:00
|
|
|
license = self.stdenv.lib.licenses.asl20;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|