Skip to content

Commit d7a4cac

Browse files
authored
Merge pull request ocaml#21493 from Leonidas-from-XIV/ocanren-ocamlformat-conflict
Restrict maximum ocamlformat version for OCanren
2 parents aecf74d + f615b0c commit d7a4cac

File tree

1 file changed

+1
-1
lines changed
  • packages/OCanren/OCanren.0.3.0

1 file changed

+1
-1
lines changed

packages/OCanren/OCanren.0.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ depends: [
3030
"GT" {>= "0.5"}
3131
"OCanren-ppx" { >= "0.3.0" }
3232
"benchmark" { with-test }
33-
"ocamlformat" { with-test }
33+
"ocamlformat" { with-test & < "0.22" }
3434
"ppx_inline_test"
3535
"mtime" { >= "1.1" }
3636
"odoc" {with-doc}

0 commit comments

Comments
 (0)