nixpkgs/pkgs/development/compilers/ocaml/default.nix
Marc Weber f316832e3a update default ocmal to 3.11.1. patch provided by olegfink
svn path=/nixpkgs/trunk/; revision=16061
2009-06-26 16:53:02 +00:00

10 lines
318 B
Nix

args:
builtins.listToAttrs [
{ name = "3.08.0"; value = import ./3.08.0.nix args; }
{ name = "3.09.1"; value = import ./3.09.1.nix args; }
{ name = "3.10.0"; value = import ./3.10.0.nix args; }
{ name = "3.11.1"; value = import ./3.11.1.nix args; }
{ name = "default"; value = import ./3.11.1.nix args; }
]