We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee381f2 commit 8521e33Copy full SHA for 8521e33
dune
@@ -63,13 +63,13 @@
63
(action (copy %{deps} %{target})))
64
65
(rule
66
- (enabled_if (< %{ocaml_version} 4.05))
+ (enabled_if (< %{ocaml_version} 4.06))
67
(target pyops.mli)
68
(deps pyops.mli.405)
69
70
71
72
73
(target pyops.ml)
74
(deps pyops.ml.405)
75
0 commit comments