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