Skip to content

Commit 34a5bcc

Browse files
committed
update dune-project and ocamlformat-ignore
1 parent 351df5b commit 34a5bcc

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.ocamlformat-ignore

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
jscom/js_parser/**
2-
jscomp/ml/cmt_format.ml
3-
jscomp/ml/pprintast.ml
4-
jscomp/core/js_name_of_module_id.ml
5-
jscomp/core/js_pass_debug.ml
6-
jscomp/core/lam_util.ml
7-
jscomp/core/lam_compile_main.ml
8-
jscomp/ext/bs_hash_stubs.ml
9-
jscomp/ext/ext_string.ml
10-
jscomp/ext/ext_string.mli
11-
jscomp/ext/ext_sys.ml
12-
jscomp/ext/hash.cppo.ml
13-
jscomp/ext/hash_set.cppo.ml
14-
jscomp/ext/map.cppo.ml
15-
jscomp/ext/ordered_hash_map.cppo.ml
16-
jscomp/ext/set.cppo.ml
17-
jscomp/ext/vec.cppo.ml
1+
compiler/js_parser/**
2+
compiler/ml/cmt_format.ml
3+
compiler/ml/pprintast.ml
4+
compiler/core/js_name_of_module_id.ml
5+
compiler/core/js_pass_debug.ml
6+
compiler/core/lam_util.ml
7+
compiler/core/lam_compile_main.ml
8+
compiler/ext/bs_hash_stubs.ml
9+
compiler/ext/ext_string.ml
10+
compiler/ext/ext_string.mli
11+
compiler/ext/ext_sys.ml
12+
compiler/ext/hash.cppo.ml
13+
compiler/ext/hash_set.cppo.ml
14+
compiler/ext/map.cppo.ml
15+
compiler/ext/ordered_hash_map.cppo.ml
16+
compiler/ext/set.cppo.ml
17+
compiler/ext/vec.cppo.ml

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
(synopsis "ReScript compiler")
2020
(depends
2121
(ocaml
22-
(>= 4.10))
22+
(>= 5.2.0))
2323
(ocamlformat
2424
(and
2525
:with-dev-setup
2626
(= 0.26.2)))
2727
(ocaml-lsp-server
2828
(and
2929
:with-dev-setup
30-
(= 1.18.0~5.2preview)))
30+
(= 1.19.0)))
3131
(cppo
3232
(= 1.6.9))
3333
(js_of_ocaml

rescript.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ license: "LGPL-3.0-or-later"
77
homepage: "https://github.com/rescript-lang/rescript-compiler"
88
bug-reports: "https://github.com/rescript-lang/rescript-compiler/issues"
99
depends: [
10-
"ocaml" {>= "4.10"}
10+
"ocaml" {>= "5.2.0"}
1111
"ocamlformat" {with-dev-setup & = "0.26.2"}
12-
"ocaml-lsp-server" {with-dev-setup & = "1.18.0~5.2preview"}
12+
"ocaml-lsp-server" {with-dev-setup & = "1.19.0"}
1313
"cppo" {= "1.6.9"}
1414
"js_of_ocaml" {= "5.8.1"}
1515
"ounit2" {= "2.2.7"}

0 commit comments

Comments
 (0)