[Git][monnier/typer][master] * shell.nix : Set the Ocaml version to 4.11
Jean-Alexandre Barszcz pushed to branch master at Stefan / Typer Commits: a072f995 by Jean-Alexandre Barszcz at 2022-03-12T13:34:42-05:00 * shell.nix : Set the Ocaml version to 4.11 - - - - - 1 changed file: - shell.nix Changes: ===================================== shell.nix ===================================== @@ -2,7 +2,7 @@ pkgs.mkShell { name = "typer"; buildInputs = - with pkgs.ocamlPackages; [ + with pkgs.ocaml-ng.ocamlPackages_4_11; [ pkgs.gnumake ocaml dune_2 findlib utop # tooling zarith # ocaml libraries merlin # for emacs View it on GitLab: https://gitlab.com/monnier/typer/-/commit/a072f9955b7cea2318c36652702db8de21... -- View it on GitLab: https://gitlab.com/monnier/typer/-/commit/a072f9955b7cea2318c36652702db8de21... You're receiving this email because of your account on gitlab.com.
Afficher les réponses par date
participants (1)
-
Jean-Alexandre Barszcz (@jabarszcz)