Skip to content

Commit 29423cd

Browse files
committed
[opam] Update versions of ppx helpers for 4.11 AST support.
1 parent 5d261a8 commit 29423cd

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
#52
66
(Gabriel Scherer, review by Emilio J. Gallego Arias)
77

8+
* Update lower bound for `ppx_tools_versioned` and
9+
`ocaml-migrate-parsetree` to 4.11 capable versions
10+
(Emilio J. Gallego Arias)
11+
812
1.7.2
913
-----
1014

dune-project

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
(lang dune 1.2)
22
(name ppx_import)
3-

ppx_import.opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ tags: [ "syntax" ]
1414
depends: [
1515
"ocaml" { >= "4.04.2" & < "4.12" }
1616
"dune" { >= "1.2.0" }
17-
"ppx_tools_versioned" { >= "5.2.2" }
18-
"ocaml-migrate-parsetree" { >= "1.2.0" }
17+
"ppx_tools_versioned" { >= "5.4.0" }
18+
"ocaml-migrate-parsetree" { >= "1.7.0" }
1919
"ounit" { with-test }
2020
"ppx_deriving" { with-test & >= "4.2.1" }
2121
]

0 commit comments

Comments
 (0)