Skip to content

Commit

Permalink
v5-51
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Feb 10, 2025
1 parent db197fb commit c5a2c52
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
5.0.0-53
5.0.0-51
---------------

- Make the `unprocessed` alert fatal by default
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
(synopsis "Toolchain to produce JS from Reason/OCaml")
(depends
(ocaml
(>= "5.3"))
(and (>= "5.1") (< "5.2")))
(cmdliner
(>= "1.1.0"))
dune-build-info
Expand Down
7 changes: 4 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
melange-compiler-libs = {
# this changes rarely, and it's better than having to rely on nix's poor
# support for submodules
url = "github:melange-re/melange-compiler-libs";
url = "github:melange-re/melange-compiler-libs/5.1";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand All @@ -16,7 +16,7 @@
forAllSystems = f: nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed (system:
let
pkgs = nixpkgs.legacyPackages.${system}.extend (self: super: {
ocamlPackages = super.ocaml-ng.ocamlPackages_5_3;
ocamlPackages = super.ocaml-ng.ocamlPackages_5_1;
});
in
f pkgs);
Expand Down
2 changes: 1 addition & 1 deletion melange.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage: "https://github.com/melange-re/melange"
bug-reports: "https://github.com/melange-re/melange/issues"
depends: [
"dune" {>= "3.13"}
"ocaml" {>= "5.3"}
"ocaml" {>= "5.1" & < "5.2"}
"cmdliner" {>= "1.1.0"}
"dune-build-info"
"cppo" {build}
Expand Down
2 changes: 1 addition & 1 deletion vendor/melange-compiler-libs

0 comments on commit c5a2c52

Please sign in to comment.