Skip to content

Commit

Permalink
Simplify ocaml lower bound expression
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Barbin <[email protected]>
  • Loading branch information
mbarbin committed Sep 13, 2024
1 parent 4a323f1 commit 34f6477
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 @@ -14,7 +14,7 @@
(package
(name pp)
(depends
(ocaml (>= 4.08.0))
(ocaml (>= 4.08))
(ppx_expect :with-test)
(ocamlformat
(and
Expand Down
2 changes: 1 addition & 1 deletion pp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ doc: "https://ocaml-dune.github.io/pp/"
bug-reports: "https://github.com/ocaml-dune/pp/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08"}
"ppx_expect" {with-test}
"ocamlformat" {with-dev-setup & = "0.26.2"}
"odoc" {with-doc}
Expand Down

0 comments on commit 34f6477

Please sign in to comment.