Skip to content

Commit

Permalink
Add support for OCaml 4.14 (#119)
Browse files Browse the repository at this point in the history
* Add support for OCaml 4.14 (patch from @pitag-ha for Sandmark in ocaml-bench/sandmark#251)

Co-authored-by: Sonja Heinze <sonjaleaheinze@gmail.com>

* Update magic number for OCaml 4.14

* tools/gencopy: Upgrade to OCaml 4.13

Signed-off-by: Kate <kit.ty.kate@disroot.org>

* Add changelog entry

Signed-off-by: Sonja Heinze <sonjaleaheinze@gmail.com>

Co-authored-by: Sonja Heinze <sonjaleaheinze@gmail.com>
  • Loading branch information
kit-ty-kate and pitag-ha authored Dec 2, 2021
1 parent aeeb931 commit af122c4
Show file tree
Hide file tree
Showing 12 changed files with 3,474 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
unreleased
--------------------------

- Add support for 4.14 (#119, @kit-ty-kate)

v2.2.0 2021-06-21 Paris
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion ocaml-migrate-parsetree.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
run-test: ["dune" "runtest" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.3"}
"ocaml" {>= "4.02.3" & < "4.14"}
"ocaml" {>= "4.02.3" & < "4.15"}
"cinaps" {with-test & >= "v0.13.0"}
]
synopsis: "Convert OCaml parsetrees between different versions"
Expand Down
Loading

0 comments on commit af122c4

Please sign in to comment.