Skip to content

Commit 7f17918

Browse files
committed
ocf_ppx and xtmpl_ppx need ppxlib upper bounds
Signed-off-by: Marcello Seri <[email protected]>
1 parent 483c5c8 commit 7f17918

File tree

4 files changed

+8
-8
lines changed
  • packages
    • ocf_ppx
    • xtmpl_ppx

4 files changed

+8
-8
lines changed

packages/ocf_ppx/ocf_ppx.0.8.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bug-reports: "https://framagit.org/zoggy/ocf/issues"
99
depends: [
1010
"dune" {>= "2.9"}
1111
"ocf" {= version}
12-
"ppxlib" {>= "0.23.0"}
12+
"ppxlib" {>= "0.23.0" & < "0.36.0"}
1313
"odoc" {with-doc}
1414
]
1515
build: [
@@ -35,4 +35,4 @@ url {
3535
"md5=bb91b5331d9ace68ccbd5be7f775a4fe"
3636
"sha512=b9b1ce82ff370222b74429b28748c99b5b78c657e8c8b273d404ba9c17df2cd48274aad4d16b4748ecdbd1402cb8fad4136122cdf617b8ca1d6256a09efe2161"
3737
]
38-
}
38+
}

packages/ocf_ppx/ocf_ppx.0.9.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bug-reports: "https://framagit.org/zoggy/ocf/issues"
99
depends: [
1010
"dune" {>= "2.9"}
1111
"ocf" {= version}
12-
"ppxlib" {>= "0.23.0"}
12+
"ppxlib" {>= "0.23.0" & < "0.36.0"}
1313
"odoc" {with-doc}
1414
]
1515
build: [
@@ -35,4 +35,4 @@ url {
3535
"md5=4f71a321a225bb5dbb0f50cb2355b8f9"
3636
"sha512=512b3a3c804008374d8a8f0d48b8c3101012d758b213e81818eb54305435422baf6191252da7d71cea6aa5e73a318ff2aa66ab84adaa31a44a5ea6917ca4420c"
3737
]
38-
}
38+
}

packages/xtmpl_ppx/xtmpl_ppx.0.19.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bug-reports: "https://framagit.org/zoggy/xtmpl/issues"
99
depends: [
1010
"dune" {>= "2.9"}
1111
"xtmpl" {= version}
12-
"ppxlib" {>= "0.23.0"}
12+
"ppxlib" {>= "0.23.0" & < "0.36.0"}
1313
"odoc" {with-doc}
1414
]
1515
build: [
@@ -36,4 +36,4 @@ url {
3636
"md5=398055f25eeac6972b0094dbfb3a6d8d"
3737
"sha512=d0ab7fe67f2534a5c91d9c7e55efbcbcb4fa9269cfa2016e5793efbfe76abe33d3dac28eb44cfb940f121d167b88b14a0d3ba042bbd53a5d4dd379c27fae2328"
3838
]
39-
}
39+
}

packages/xtmpl_ppx/xtmpl_ppx.1.0.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bug-reports: "https://framagit.org/zoggy/xtmpl/issues"
99
depends: [
1010
"dune" {>= "2.9"}
1111
"xtmpl" {= version}
12-
"ppxlib" {>= "0.23.0"}
12+
"ppxlib" {>= "0.23.0" & < "0.36.0"}
1313
"odoc" {with-doc}
1414
]
1515
build: [
@@ -35,4 +35,4 @@ url {
3535
"md5=0bf60ad07ae00f6a76f4d4d23919f00f"
3636
"sha512=96539cf4042dad7897aa654835f72e05cb6ef1a654f8b32fc98edb9db0630effe9a9ff201642c004864c97f4f8ec7f6b96ff1ea845c2610164cf9cbff8a131c2"
3737
]
38-
}
38+
}

0 commit comments

Comments
 (0)