* Put ocaml 3.12.0 at lower priority because it is not tested very much yet

svn path=/nixpkgs/trunk/; revision=25063

+1 -1
+1 -1
pkgs/top-level/all-packages.nix
··· 1980 1980 1981 1981 ocaml_3_11_1 = callPackage ../development/compilers/ocaml/3.11.1.nix { }; 1982 1982 1983 - ocaml_3_12_0 = callPackage ../development/compilers/ocaml/3.12.0.nix { }; 1983 + ocaml_3_12_0 = lowPrio (callPackage ../development/compilers/ocaml/3.12.0.nix { }); 1984 1984 1985 1985 mkOcamlPackages = ocaml: self: let callPackage = newScope self; in rec { 1986 1986 inherit ocaml;