Merge pull request #19901 from vbgl/ocaml-containers-20

Update ocamlPackages.{gen,sequence,containers}
This commit is contained in:
Ricardo M. Correia 2016-10-31 18:36:37 +01:00 committed by GitHub
commit 3c6e0f1207
3 changed files with 7 additions and 8 deletions

View file

@ -4,10 +4,9 @@
let
mkpath = p:
let v = stdenv.lib.getVersion ocaml; in
"${p}/lib/ocaml/${v}/site-lib";
"${p}/lib/ocaml/${ocaml.version}/site-lib";
version = "0.18";
version = "0.20";
in
@ -18,7 +17,7 @@ stdenv.mkDerivation {
owner = "c-cube";
repo = "ocaml-containers";
rev = "${version}";
sha256 = "169j8vqg8h70wbldjg610jqikfk23ggw8zypmpzv3piym5p1dfiw";
sha256 = "1gwflgdbvj293cwi434aafrsgpdgj2sv7r1ghm4l4k5xn17l0qzg";
};
buildInputs = [ ocaml findlib ocamlbuild cppo gen sequence qtest ounit ocaml_oasis qcheck ];

View file

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, qtest, ounit }:
let version = "0.3"; in
let version = "0.4"; in
stdenv.mkDerivation {
name = "ocaml-gen-${version}";
@ -9,7 +9,7 @@ stdenv.mkDerivation {
owner = "c-cube";
repo = "gen";
rev = "${version}";
sha256 = "0xrnkcfa5q86ammf49j5hynw5563x5sa2mk7vqf7g097j1szif72";
sha256 = "041dga300fh1y6fi8y0fkri2qda406lf2dmbrgllazw3rp07zkzj";
};
buildInputs = [ ocaml findlib ocamlbuild qtest ounit ];

View file

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, qtest, ounit }:
let version = "0.6"; in
let version = "0.8"; in
stdenv.mkDerivation {
name = "ocaml-sequence-${version}";
@ -9,7 +9,7 @@ stdenv.mkDerivation {
owner = "c-cube";
repo = "sequence";
rev = "${version}";
sha256 = "0mky5qas3br2x4y14dzcky212z624ydqnx8mw8w00x0c1xjpafkb";
sha256 = "1y9nkz6g4plnbk1pcdbvs7f719r48zxrp3gsaxyq1vg98i9h8qr3";
};
buildInputs = [ ocaml findlib ocamlbuild qtest ounit ];