this repo has no description

Merge pull request #23387 from kit-ty-kate/fix-217

sihl.0.1.{6,7,8,9,10} is not compatible with conduit >= 6.1.0

Kate 9e4ee013 59abe7be

Changed files
+5
packages
sihl
sihl.0.1.10
sihl.0.1.6
sihl.0.1.7
sihl.0.1.8
sihl.0.1.9
+1
packages/sihl/sihl.0.1.10/opam
···
]
conflicts: [
"yojson" {>= "2.0.0"}
+
"conduit" {>= "6.2.0"} # mirage-crypto is used implicitly somewhere through conduit
]
build: [
["dune" "subst"] {dev}
+1
packages/sihl/sihl.0.1.6/opam
···
"yojson" {>= "2.0.0"}
"result" {< "1.5"}
"http"
+
"conduit" {>= "6.2.0"} # mirage-crypto is used implicitly somewhere through conduit
]
build: [
["dune" "subst"] {dev}
+1
packages/sihl/sihl.0.1.7/opam
···
]
conflicts: [
"yojson" {>= "2.0.0"}
+
"conduit" {>= "6.2.0"} # mirage-crypto is used implicitly somewhere through conduit
]
build: [
["dune" "subst"] {dev}
+1
packages/sihl/sihl.0.1.8/opam
···
]
conflicts: [
"yojson" {>= "2.0.0"}
+
"conduit" {>= "6.2.0"} # mirage-crypto is used implicitly somewhere through conduit
]
build: [
["dune" "subst"] {dev}
+1
packages/sihl/sihl.0.1.9/opam
···
]
conflicts: [
"yojson" {>= "2.0.0"}
+
"conduit" {>= "6.2.0"} # mirage-crypto is used implicitly somewhere through conduit
]
build: [
["dune" "subst"] {dev}