haskell-rethinkdb: update to version 1.15.0.0
This commit is contained in:
parent
718dbb01cd
commit
1766375da7
@ -1,24 +1,23 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, aeson, attoparsec, dataDefault, mtl, network
|
||||
, protocolBuffers, protocolBuffersDescriptor, text, time
|
||||
, unorderedContainers, utf8String, vector
|
||||
{ cabal, aeson, base64Bytestring, binary, dataDefault, doctest, mtl
|
||||
, network, scientific, text, time, unorderedContainers, utf8String
|
||||
, vector
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "rethinkdb";
|
||||
version = "1.8.0.5";
|
||||
sha256 = "1s3mzbs0b2jdvs1gfdxb2fp2lw7978ja63411iz43yjd29d3pwzq";
|
||||
version = "1.15.0.0";
|
||||
sha256 = "0zswbz73c8h7h31ppw5251l6spn6y5ha3hm9hb90j04hjg8g235i";
|
||||
buildDepends = [
|
||||
aeson attoparsec dataDefault mtl network protocolBuffers
|
||||
protocolBuffersDescriptor text time unorderedContainers utf8String
|
||||
vector
|
||||
aeson base64Bytestring binary dataDefault mtl network scientific
|
||||
text time unorderedContainers utf8String vector
|
||||
];
|
||||
testDepends = [ doctest ];
|
||||
meta = {
|
||||
homepage = "http://github.com/atnnn/haskell-rethinkdb";
|
||||
description = "RethinkDB driver for Haskell";
|
||||
description = "A driver for the RethinkDB database server";
|
||||
license = self.stdenv.lib.licenses.asl20;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user