ocamlPackages.ppx_deriving: 4.1 -> 4.2

This fixes compilation of ppx_deriving with OCaml 4.05.

js_of_ocaml_2: mark as broken with OCaml 4.05

ocamlPackages.cohttp: propagates ppx_deriving
This commit is contained in:
Théo Zimmermann
2017-08-30 02:33:23 +00:00
committed by Vincent Laporte
parent 2a191ed853
commit a9be3c20d1
3 changed files with 19 additions and 7 deletions
@@ -34,5 +34,6 @@ stdenv.mkDerivation {
maintainers = [
maintainers.gal_bolle
];
broken = versionAtLeast ocaml.version "4.05";
};
}