Skip to content

Commit 59daa89

Browse files
committed
Bump ppxlib to 0.36
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 7b11831 commit 59daa89

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dune-project

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It works with textual trees, virtual DOM trees, or any TyXML module.
2525
(ocaml (>= 4.04))
2626
(tyxml (= :version))
2727
(tyxml-syntax (= :version))
28-
(ppxlib (>= 0.18))
28+
(ppxlib (>= 0.36))
2929
(alcotest :with-test)
3030
(reason :with-test)))
3131

@@ -46,7 +46,7 @@ It works with textual trees, virtual DOM trees, or any TyXML module.
4646
(tyxml (= :version))
4747
(tyxml-syntax (= :version))
4848
(markup (>= 0.7.2))
49-
(ppxlib (>= 0.18))
49+
(ppxlib (>= 0.36))
5050
(re (>= 1.5.0))
5151
(alcotest :with-test)))
5252

@@ -55,7 +55,7 @@ It works with textual trees, virtual DOM trees, or any TyXML module.
5555
(synopsis "Common layer for the JSX and PPX syntaxes for Tyxml")
5656
(depends
5757
(ocaml (>= 4.03))
58-
(ppxlib (>= 0.18))
58+
(ppxlib (>= 0.36))
5959
(re (>= 1.5.0))
6060
(uutf (>= 1.0.0))
6161
(alcotest :with-test)))

tyxml-jsx.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"ocaml" {>= "4.04"}
2222
"tyxml" {= version}
2323
"tyxml-syntax" {= version}
24-
"ppxlib" {>= "0.18"}
24+
"ppxlib" {>= "0.36"}
2525
"alcotest" {with-test}
2626
"reason" {with-test}
2727
"odoc" {with-doc}

tyxml-ppx.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"tyxml" {= version}
2323
"tyxml-syntax" {= version}
2424
"markup" {>= "0.7.2"}
25-
"ppxlib" {>= "0.18"}
25+
"ppxlib" {>= "0.36"}
2626
"re" {>= "1.5.0"}
2727
"alcotest" {with-test}
2828
"odoc" {with-doc}

tyxml-syntax.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocsigen/tyxml/issues"
1010
depends: [
1111
"dune" {>= "2.7"}
1212
"ocaml" {>= "4.03"}
13-
"ppxlib" {>= "0.18"}
13+
"ppxlib" {>= "0.36"}
1414
"re" {>= "1.5.0"}
1515
"uutf" {>= "1.0.0"}
1616
"alcotest" {with-test}

0 commit comments

Comments
 (0)