Skip to content

Commit

Permalink
fix Alert ocaml_deprecated_auto_include for unix
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Nov 28, 2023
1 parent 5a3017d commit 02e1b3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cli/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
(modes byte native)
(modules :standard)
(libraries cmdliner lambdapi.lsp lambdapi.tool lambdapi.handle
lambdapi.export))
lambdapi.export unix))
2 changes: 1 addition & 1 deletion src/core/dune
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
(public_name lambdapi.core)
(synopsis "LambdaPi interactive theorem prover [core]")
(modules :standard)
(libraries lambdapi.common lambdapi.lplib pratter bindlib why3))
(libraries lambdapi.common lambdapi.lplib pratter bindlib why3 unix))
2 changes: 1 addition & 1 deletion src/tool/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name tool)
(public_name lambdapi.tool)
(modules :standard)
(libraries lambdapi.parsing lambdapi.core dream)
(libraries lambdapi.parsing lambdapi.core dream unix)
(preprocess (pps lwt_ppx)))

(rule
Expand Down

0 comments on commit 02e1b3f

Please sign in to comment.