Skip to content

Commit 710a6d5

Browse files
committed
conflict ldp_tls with cohttp 6+
`refill` needed due to request parser rewrite
1 parent 9e5cf6f commit 710a6d5

File tree

2 files changed

+10
-2
lines changed
  • packages/ldp_tls

2 files changed

+10
-2
lines changed

packages/ldp_tls/ldp_tls.0.2.0/opam

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ depends: [
1515
"ppx_sexp_conv"
1616
"odoc" {with-doc}
1717
]
18+
conflicts: [
19+
"cohttp-lwt" {>="6.0.0~~"}
20+
]
21+
1822
build: [
1923
["dune" "subst"] {dev}
2024
[
@@ -38,4 +42,4 @@ url {
3842
"md5=7f82ccbdcb07a75f6d2bb7ca226d02df"
3943
"sha512=42f8e53d6634de4b19ac5249fcd8e3d2bde13de7a3963e6821eae9e7b46ff914458d3bfde201352fd18b6de14bb276705561d8fd09a09ddd16f001d0f25cf209"
4044
]
41-
}
45+
}

packages/ldp_tls/ldp_tls.0.3.0/opam

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ depends: [
1515
"ppx_sexp_conv"
1616
"odoc" {with-doc}
1717
]
18+
conflicts: [
19+
"cohttp-lwt" {>="6.0.0~~"}
20+
]
21+
1822
build: [
1923
["dune" "subst"] {dev}
2024
[
@@ -38,4 +42,4 @@ url {
3842
"md5=8903912748afccb622e88b52d1d89260"
3943
"sha512=4924c40cf5f80d7b46e93de848bc52cbe7fa0b864082f93c07c253cd0d81395160339e80533d6b5bd4779c93afd1e37754323e1ca4a5a0b5371c840ee1bf2f67"
4044
]
41-
}
45+
}

0 commit comments

Comments
 (0)