Skip to content

Commit 6a81626

Browse files
committed
OCaml 5.3 + some dependency upgrades
1 parent 5d9c682 commit 6a81626

File tree

4 files changed

+18
-21
lines changed

4 files changed

+18
-21
lines changed

analysis.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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"}
11-
"cppo" {= "1.6.9"}
10+
"ocaml" {>= "4.14"}
11+
"cppo" {= "1.8.0"}
1212
"dune"
1313
]
1414
build: [

dune-project

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,46 +19,44 @@
1919
(synopsis "ReScript compiler")
2020
(depends
2121
(ocaml
22-
(>= 4.10))
22+
(>= 4.14))
2323
(ocamlformat
2424
(and
2525
:with-test
26-
(= 0.26.2)))
26+
(= 0.27.0)))
2727
(yojson
2828
(and
2929
:with-test
3030
(= 2.2.2)))
3131
(ocaml-lsp-server
3232
(and
3333
:with-dev-setup
34-
(= 1.19.0)))
34+
(= 1.22.0)))
3535
(cppo
36-
(= 1.6.9))
36+
(= 1.8.0))
3737
(js_of_ocaml
38-
(= 5.9.1))
38+
(= 6.0.1))
3939
(ounit2
4040
(= 2.2.7))
41-
(reanalyze
42-
(= 2.25.1))
4341
dune))
4442

4543
(package
4644
(name analysis)
4745
(synopsis "ReScript Analysis")
4846
(depends
4947
(ocaml
50-
(>= 4.10))
48+
(>= 4.14))
5149
(cppo
52-
(= 1.6.9))
50+
(= 1.8.0))
5351
dune))
5452

5553
(package
5654
(name tools)
5755
(synopsis "ReScript Tools")
5856
(depends
5957
(ocaml
60-
(>= 4.10))
58+
(>= 4.14))
6159
(cppo
62-
(= 1.6.9))
60+
(= 1.8.0))
6361
analysis
6462
dune))

rescript.opam

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ 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"}
11-
"ocamlformat" {with-test & = "0.26.2"}
10+
"ocaml" {>= "4.14"}
11+
"ocamlformat" {with-test & = "0.27.0"}
1212
"yojson" {with-test & = "2.2.2"}
13-
"ocaml-lsp-server" {with-dev-setup & = "1.19.0"}
14-
"cppo" {= "1.6.9"}
15-
"js_of_ocaml" {= "5.9.1"}
13+
"ocaml-lsp-server" {with-dev-setup & = "1.22.0"}
14+
"cppo" {= "1.8.0"}
15+
"js_of_ocaml" {= "6.0.1"}
1616
"ounit2" {= "2.2.7"}
17-
"reanalyze" {= "2.25.1"}
1817
"dune"
1918
]
2019
build: [

tools.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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"}
11-
"cppo" {= "1.6.9"}
10+
"ocaml" {>= "4.14"}
11+
"cppo" {= "1.8.0"}
1212
"analysis"
1313
"dune"
1414
]

0 commit comments

Comments
 (0)