Skip to content

Commit

Permalink
prep 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jul 23, 2024
1 parent 5c353b6 commit 66d2209
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 3.12.0

- Add `\u{hex-escape}` syntax (@anmonteiro,
[#2738](https://github.com/reasonml/reason/pull/2738))
Expand Down
14 changes: 7 additions & 7 deletions flake.lock

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

11 changes: 3 additions & 8 deletions nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@

mkShell {
inputsFrom = [ reason ];
buildInputs = with ocamlPackages; [ utop merlin ] ++ (if release-mode then [
cacert
curl
dune-release
git
] else [ ])
;

buildInputs =
with ocamlPackages; [ utop merlin odoc ]
++ (if release-mode then [ cacert curl dune-release git ] else [ ]);
}

0 comments on commit 66d2209

Please sign in to comment.