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 5cc25ab commit db1b323Copy full SHA for db1b323
dune-project
@@ -59,7 +59,7 @@
59
(reason
60
(>= 3.12.0))
61
(ppxlib
62
- (>= 0.33.0))
+ (and (>= 0.33.0) (< 0.36.0)))
63
(merlin :with-test)
64
(ocamlformat
65
(and
reason-react-ppx.opam
@@ -17,7 +17,7 @@ depends: [
17
"dune" {>= "3.9"}
18
"ocaml" {>= "4.14"}
19
"reason" {>= "3.12.0"}
20
- "ppxlib" {>= "0.33.0"}
+ "ppxlib" {>= "0.33.0" & < "0.36.0"}
21
"merlin" {with-test}
22
"ocamlformat" {= "0.27.0" & with-dev-setup}
23
"odoc" {with-doc}
0 commit comments