Skip to content

Commit

Permalink
Merge pull request #116 from nberth/lwt-constraint
Browse files Browse the repository at this point in the history
Ensure `lwt` installs properly on windows
  • Loading branch information
nberth authored Nov 9, 2023
2 parents 74e613f + 2086932 commit a0c0019
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .drom

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

1 change: 1 addition & 0 deletions dune-project

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

1 change: 1 addition & 0 deletions opam/osx/superbol_free_lib-osx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ depends: [
"ocaml" {>= "4.14.0"}
"dune" {>= "2.8.0"}
"vscode-json-osx" {= version}
"lwt-osx" {>= "5"}
"ez_toml-osx" {= version}
"ez_file-osx" {>= "0.3"}
"ez_cmdliner-osx" {>= "0.3.0" & < "1.0.0"}
Expand Down
1 change: 1 addition & 0 deletions opam/superbol_free_lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ depends: [
"ocaml" {>= "4.14.0"}
"dune" {>= "2.8.0"}
"vscode-json" {= version}
"lwt" {>= "5"}
"ez_toml" {= version}
"ez_file" {>= "0.3"}
"ez_cmdliner" {>= "0.3.0" & < "1.0.0"}
Expand Down
1 change: 1 addition & 0 deletions opam/windows/superbol_free_lib-windows.opam
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ depends: [
"ocaml" {>= "4.14.0"}
"dune" {>= "2.8.0"}
"vscode-json-windows" {= version}
"lwt-windows" {>= "5"}
"ez_toml-windows" {= version}
"ez_file-windows" {>= "0.3"}
"ez_cmdliner-windows" {>= "0.3.0" & < "1.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion src/lsp/superbol_free_lib/dune

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

5 changes: 5 additions & 0 deletions src/lsp/superbol_free_lib/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ vscode-json = "version"
ez_api = "2.0"
ez_toml = "version"

# We only depend on `lwt` via `ez_api` (and we don't even use any bit
# of `lwt` at all). But we still need to add the following constraint
# on `lwt` so it installs properly on windows:
lwt = ">=5"

# package tools dependencies
[tools]
# ...
Expand Down

0 comments on commit a0c0019

Please sign in to comment.