File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3030 (alcotest :with-test)
3131 (reason :with-test)
3232 (ppxlib
33- (>= 0.18 ))))
33+ (>= 0.36 ))))
3434
3535(package
3636 (name tyxml-ppx)
5353 (markup
5454 (>= 0.7.2))
5555 (ppxlib
56- (>= 0.18 ))
56+ (>= 0.36 ))
5757 (re
5858 (>= 1.5.0))))
5959
6565 (>= 4.03))
6666 (alcotest :with-test)
6767 (ppxlib
68- (>= 0.18 ))
68+ (>= 0.36 ))
6969 (re
7070 (>= 1.5.0))
7171 (uutf
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ depends: [
2323 "tyxml-syntax" {= version}
2424 "alcotest" {with-test}
2525 "reason" {with-test}
26- "ppxlib" {>= "0.18 "}
26+ "ppxlib" {>= "0.36 "}
2727 "odoc" {with-doc}
2828]
2929build: [
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ depends: [
2323 "tyxml-syntax" {= version}
2424 "alcotest" {with-test}
2525 "markup" {>= "0.7.2"}
26- "ppxlib" {>= "0.18 "}
26+ "ppxlib" {>= "0.36 "}
2727 "re" {>= "1.5.0"}
2828 "odoc" {with-doc}
2929]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ depends: [
1111 "dune" {>= "2.7"}
1212 "ocaml" {>= "4.03"}
1313 "alcotest" {with-test}
14- "ppxlib" {>= "0.18 "}
14+ "ppxlib" {>= "0.36 "}
1515 "re" {>= "1.5.0"}
1616 "uutf" {>= "1.0.0"}
1717 "odoc" {with-doc}
You can’t perform that action at this time.
0 commit comments