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

svn path=/nixpkgs/trunk/; revision=25063
This commit is contained in:
Marco Maggesi 2010-12-11 14:39:49 +00:00
parent 86e19c4888
commit acbc67e004

View file

@ -1980,7 +1980,7 @@ let
ocaml_3_11_1 = callPackage ../development/compilers/ocaml/3.11.1.nix { };
ocaml_3_12_0 = callPackage ../development/compilers/ocaml/3.12.0.nix { };
ocaml_3_12_0 = lowPrio (callPackage ../development/compilers/ocaml/3.12.0.nix { });
mkOcamlPackages = ocaml: self: let callPackage = newScope self; in rec {
inherit ocaml;