Skip to content

Commit

Permalink
Bump lower bound of OCaml to 4.14
Browse files Browse the repository at this point in the history
We are using Out_channel module in config/discover.ml

Signed-off-by: Kakadu <[email protected]>
  • Loading branch information
Kakadu committed Jul 30, 2024
1 parent fa4aeb0 commit 50162c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Changed

* It compiles for OCaml 5.2
* It compiles for OCaml 4.14 or 5.2
* Upper bound for ppxlib is <= 0.32.1
* Minor fixes

Expand Down
2 changes: 1 addition & 1 deletion GT.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ homepage: "https://github.com/PLTools/GT"
bug-reports: "https://github.com/PLTools/GT/issues"
depends: [
"ppxlib" {<= "0.32.1"}
"ocaml" {>= "4.13" & < "5.0.0" | >= "5.2.0" & < "5.3.0"}
"ocaml" {>= "4.14" & < "5.0.0" | >= "5.2.0" & < "5.3.0"}
"camlp5" {>= "8.00.05"}
"dune" {>= "2.8"}
"ocamlgraph"
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
(ocaml
(or
(and
(>= "4.13")
(>= "4.14")
(< "5.0.0"))
(and
(>= "5.2.0")
Expand Down

0 comments on commit 50162c2

Please sign in to comment.