ocamlPackages: make lwt-3.0.0 the default

This commit is contained in:
Vincent Laporte
2017-07-02 15:22:04 +00:00
parent e4ca35a4f6
commit dbe61c96ae
5 changed files with 20 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, libev, ocaml, findlib, ocamlbuild, ocaml_lwt, ocaml_react, zed, camlp4 }:
{ stdenv, fetchurl, libev, ocaml, findlib, ocamlbuild, lwt, ocaml_react, zed, camlp4 }:
stdenv.mkDerivation rec {
version = "1.6";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1rhfixdgpylxznf6sa9wr31wb4pjzpfn5mxhxqpbchmpl2afwa09";
};
buildInputs = [ libev ocaml findlib ocamlbuild ocaml_lwt ocaml_react ];
buildInputs = [ libev ocaml findlib ocamlbuild lwt ocaml_react ];
propagatedBuildInputs = [ camlp4 zed ];