haskell-rethinkdb: update to version 1.15.1.0
This commit is contained in:
parent
9177f6244e
commit
9328fbcdb6
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "rethinkdb";
|
pname = "rethinkdb";
|
||||||
version = "1.15.0.0";
|
version = "1.15.1.0";
|
||||||
sha256 = "0zswbz73c8h7h31ppw5251l6spn6y5ha3hm9hb90j04hjg8g235i";
|
sha256 = "139a5xii9fkywr1fq7z37wvs732w6j06005z6r7ycr99swrzpgvq";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base64Bytestring binary dataDefault mtl network scientific
|
aeson base64Bytestring binary dataDefault mtl network scientific
|
||||||
text time unorderedContainers utf8String vector
|
text time unorderedContainers utf8String vector
|
||||||
@ -16,9 +16,8 @@ cabal.mkDerivation (self: {
|
|||||||
testDepends = [ doctest ];
|
testDepends = [ doctest ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/atnnn/haskell-rethinkdb";
|
homepage = "http://github.com/atnnn/haskell-rethinkdb";
|
||||||
description = "A driver for the RethinkDB database server";
|
description = "A driver for RethinkDB 1.15";
|
||||||
license = self.stdenv.lib.licenses.asl20;
|
license = self.stdenv.lib.licenses.asl20;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user