Skip to content

Commit

Permalink
Specify ppxlib version.
Browse files Browse the repository at this point in the history
```
# File "lib/expander.ml", line 25, characters 40-65:
# Error: The constructor Pconst_string expects 2 argument(s),
#        but is applied here to 3 argument(s)
```

Co-Authored-By: Marcello Seri <4040623+mseri@users.noreply.github.com>
  • Loading branch information
ArtichOwO and mseri committed Oct 13, 2022
1 parent 5a0189e commit 5cb0561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
(package
(name ppx_system)
(synopsis "A ppx to know host operating system at compile time")
(depends ocaml dune ppxlib))
(depends ocaml dune (ppxlib (>= "0.18.0"))))
2 changes: 1 addition & 1 deletion ppx_system.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/Psi-Prod/ppx_system/issues"
depends: [
"ocaml"
"dune" {>= "3.3"}
"ppxlib"
"ppxlib" {>= "0.18.0"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 5cb0561

Please sign in to comment.