Merge pull request #19901 from vbgl/ocaml-containers-20
Update ocamlPackages.{gen,sequence,containers}
This commit is contained in:
commit
3c6e0f1207
@ -4,10 +4,9 @@
|
|||||||
let
|
let
|
||||||
|
|
||||||
mkpath = p:
|
mkpath = p:
|
||||||
let v = stdenv.lib.getVersion ocaml; in
|
"${p}/lib/ocaml/${ocaml.version}/site-lib";
|
||||||
"${p}/lib/ocaml/${v}/site-lib";
|
|
||||||
|
|
||||||
version = "0.18";
|
version = "0.20";
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
@ -18,7 +17,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "c-cube";
|
owner = "c-cube";
|
||||||
repo = "ocaml-containers";
|
repo = "ocaml-containers";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "169j8vqg8h70wbldjg610jqikfk23ggw8zypmpzv3piym5p1dfiw";
|
sha256 = "1gwflgdbvj293cwi434aafrsgpdgj2sv7r1ghm4l4k5xn17l0qzg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ocamlbuild cppo gen sequence qtest ounit ocaml_oasis qcheck ];
|
buildInputs = [ ocaml findlib ocamlbuild cppo gen sequence qtest ounit ocaml_oasis qcheck ];
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, qtest, ounit }:
|
{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, qtest, ounit }:
|
||||||
|
|
||||||
let version = "0.3"; in
|
let version = "0.4"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-gen-${version}";
|
name = "ocaml-gen-${version}";
|
||||||
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "c-cube";
|
owner = "c-cube";
|
||||||
repo = "gen";
|
repo = "gen";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0xrnkcfa5q86ammf49j5hynw5563x5sa2mk7vqf7g097j1szif72";
|
sha256 = "041dga300fh1y6fi8y0fkri2qda406lf2dmbrgllazw3rp07zkzj";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ocamlbuild qtest ounit ];
|
buildInputs = [ ocaml findlib ocamlbuild qtest ounit ];
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, qtest, ounit }:
|
{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, qtest, ounit }:
|
||||||
|
|
||||||
let version = "0.6"; in
|
let version = "0.8"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-sequence-${version}";
|
name = "ocaml-sequence-${version}";
|
||||||
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "c-cube";
|
owner = "c-cube";
|
||||||
repo = "sequence";
|
repo = "sequence";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0mky5qas3br2x4y14dzcky212z624ydqnx8mw8w00x0c1xjpafkb";
|
sha256 = "1y9nkz6g4plnbk1pcdbvs7f719r48zxrp3gsaxyq1vg98i9h8qr3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ocamlbuild qtest ounit ];
|
buildInputs = [ ocaml findlib ocamlbuild qtest ounit ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user