Skip to content

Commit 54c6c3f

Browse files
authored
Merge pull request #28388 from raphael-proust/fix-ppxlib-bounds-misc
packages not compatible with recent ppxlib
2 parents c51dace + 4018464 commit 54c6c3f

File tree

5 files changed

+5
-5
lines changed
  • packages/dream-html
    • dream-html.3.10.0
    • dream-html.3.10.1
    • dream-html.3.11.0
    • dream-html.3.11.1
    • dream-html.3.9.5

5 files changed

+5
-5
lines changed

packages/dream-html/dream-html.3.10.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/yawaramin/dream-html/issues"
1212
depends: [
1313
"dune" {>= "3.0"}
1414
"ocaml" {>= "4.14.0"}
15-
"ppxlib" {>= "0.33.0" & < "1.0.0"}
15+
"ppxlib" {>= "0.33.0" & < "0.36"}
1616
"pure-html" {= version}
1717
"dream" {>= "1.0.0~alpha8"}
1818
"odoc" {with-doc}

packages/dream-html/dream-html.3.10.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/yawaramin/dream-html/issues"
1212
depends: [
1313
"dune" {>= "3.0"}
1414
"ocaml" {>= "4.14.0"}
15-
"ppxlib" {>= "0.33.0" & < "1.0.0"}
15+
"ppxlib" {>= "0.33.0" & < "0.36"}
1616
"pure-html" {= version}
1717
"dream" {>= "1.0.0~alpha8"}
1818
"odoc" {with-doc}

packages/dream-html/dream-html.3.11.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/yawaramin/dream-html/issues"
1212
depends: [
1313
"dune" {>= "3.0"}
1414
"ocaml" {>= "4.14.0"}
15-
"ppxlib" {>= "0.33.0" & < "1.0.0"}
15+
"ppxlib" {>= "0.33.0" & < "0.36"}
1616
"pure-html" {= version}
1717
"dream" {>= "1.0.0~alpha8"}
1818
"odoc" {with-doc}

packages/dream-html/dream-html.3.11.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/yawaramin/dream-html/issues"
1212
depends: [
1313
"dune" {>= "3.0"}
1414
"ocaml" {>= "4.14.0"}
15-
"ppxlib" {>= "0.33.0" & < "1.0.0"}
15+
"ppxlib" {>= "0.33.0" & < "0.36"}
1616
"pure-html" {= version}
1717
"dream" {>= "1.0.0~alpha8"}
1818
"odoc" {with-doc}

packages/dream-html/dream-html.3.9.5/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/yawaramin/dream-html/issues"
1212
depends: [
1313
"dune" {>= "3.0"}
1414
"ocaml" {>= "4.14.0"}
15-
"ppxlib" {>= "0.33.0" & < "1.0.0"}
15+
"ppxlib" {>= "0.33.0" & < "0.36"}
1616
"pure-html" {= version}
1717
"dream" {>= "1.0.0~alpha8"}
1818
"odoc" {with-doc}

0 commit comments

Comments
 (0)