Skip to content

Commit 2e73dac

Browse files
committed
Make mdx incompatible with ocaml-migrate-parsetree 2.0.0
1 parent 72b4e8e commit 2e73dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
"cmdliner" {>= "1.0.0"}
2525
"re" {>= "1.7.2"}
2626
"result"
27-
"ocaml-migrate-parsetree" {>= "1.0.6"}
27+
"ocaml-migrate-parsetree" {>= "1.0.6" & < "2.0.0"}
2828
"ocaml-version" {>= "2.3.0"}
2929
"odoc"
3030
"lwt" {with-test}

0 commit comments

Comments
 (0)