Skip to content

Commit

Permalink
update to jsoo 4.0.0
Browse files Browse the repository at this point in the history
due to a dune bug, we remove `--pretty` flag
 bug: ocaml/dune#5563
  • Loading branch information
Ulugbek committed Apr 8, 2022
1 parent c630872 commit 264e24e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
(ocaml
(>= 4.11))
(js_of_ocaml
(>= 3.9.0))
(>= 4.0.0))
(gen_js_api
(= 1.0.8))
(>= 1.1.0))
(base
(>= v0.14.1))
(promise_jsoo
Expand All @@ -53,9 +53,9 @@
(ocaml
(>= 4.11))
(js_of_ocaml
(>= 3.9.0))
(>= 4.0.0))
(gen_js_api
(= 1.0.8))
(>= 1.1.0))
(promise_jsoo
(>= 0.3.1))
(jsonoo
Expand Down
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
ppx_tools)
(modes js)
(js_of_ocaml
(flags --source-map --pretty)))
(flags --source-map)))
4 changes: 2 additions & 2 deletions vscode-ocaml-platform.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ depends: [
"dune" {>= "2.7"}
"vscode" {= version}
"ocaml" {>= "4.11"}
"js_of_ocaml" {>= "3.9.0"}
"gen_js_api" {= "1.0.8"}
"js_of_ocaml" {>= "4.0.0"}
"gen_js_api" {>= "1.1.0"}
"base" {>= "v0.14.1"}
"promise_jsoo" {>= "0.3.1"}
"jsonoo" {>= "0.2.1"}
Expand Down
4 changes: 2 additions & 2 deletions vscode.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ bug-reports: "https://github.com/ocamllabs/vscode-ocaml-platform/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.11"}
"js_of_ocaml" {>= "3.9.0"}
"gen_js_api" {= "1.0.8"}
"js_of_ocaml" {>= "4.0.0"}
"gen_js_api" {>= "1.1.0"}
"promise_jsoo" {>= "0.3.1"}
"jsonoo" {>= "0.2.1"}
"odoc" {with-doc}
Expand Down

0 comments on commit 264e24e

Please sign in to comment.