ocamlPackages.num: init at 1.1

This commit is contained in:
Vincent Laporte
2017-11-03 23:45:18 +00:00
parent 4f7c0aed38
commit 0ce1067b18
2 changed files with 33 additions and 0 deletions

View File

@@ -387,6 +387,10 @@ let
lwt = ocaml_lwt;
};
num = if lib.versionOlder "4.06" ocaml.version
then callPackage ../development/ocaml-modules/num {}
else null;
ocaml_batteries = callPackage ../development/ocaml-modules/batteries { };
comparelib = callPackage ../development/ocaml-modules/comparelib { };