Skip to content

Commit

Permalink
opam: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Jun 2, 2024
1 parent 35562c0 commit e11f320
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- run: opam exec -- dune build -p mlx,ocamlmerlin-mlx

# TODO: pass --with-dev-setup to opam instead? (requires opam 2.2, I think)
- run: opam install menhir.20210419 menhirLib.20210419 menhirSdk.20210419 ocamlformat
- run: opam install menhir.20201216 menhirLib.20201216 menhirSdk.20201216 ocamlformat

- run: opam exec -- dune runtest
1 change: 1 addition & 0 deletions mlx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ doc: "https://url/to/documentation"
bug-reports: "https://github.com/andreypopp/mlx/issues"
depends: [
"ocaml"
"ppxlib"
"dune" {>= "3.9"}
"menhir" {= "20210419" & with-dev-setup}
"ocamlformat" {with-dev-setup}
Expand Down
1 change: 1 addition & 0 deletions ocamlmerlin-mlx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ doc: "https://url/to/documentation"
bug-reports: "https://github.com/andreypopp/mlx/issues"
depends: [
"ocaml"
"ppxlib"
"dune" {>= "3.9"}
"merlin-lib"
"csexp" {with-dev-setup}
Expand Down

0 comments on commit e11f320

Please sign in to comment.