Skip to content

Commit

Permalink
All: make bam compatible with OCaml 5.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mathias Bourgoin <[email protected]>
  • Loading branch information
Mathias Bourgoin authored and saroupille committed Oct 25, 2024
1 parent 6d4a0aa commit 9958488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bam-ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage: "https://github.com/francoisthire/bam"
doc: "https://francoisthire.github.io/bam/"
bug-reports: "https://github.com/francoisthire/bam/issues"
depends: [
"ocaml" {>= "4.14" & < "5.2"}
"ocaml" {>= "4.14" & <= "5.2.0"}
"dune" {>= "3.7" & >= "3.7"}
"ppxlib" {>= "0.32.0"}
"dmap" {>= "0.5"}
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
(ocaml
(and
(>= 4.14)
(< 5.2)))
(<= 5.2.0)))
(dune
(>= 3.7))
(ppxlib
Expand Down

0 comments on commit 9958488

Please sign in to comment.