Skip to content

Commit f615b0c

Browse files
Restrict maximum ocamlformat version for OCanren
The error message looks like this: ocamlformat: option '--profile': value `compact` has been removed in version 0.22. So this makes sure that OCanren will pick a version that has `compact`.
1 parent 506b5ec commit f615b0c

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)