Skip to content

Commit f4b01ca

Browse files
committed
h2 0.10.0 revdeps
1 parent 8c1bb91 commit f4b01ca

File tree

13 files changed

+13
-13
lines changed
  • packages
    • h2-lwt/h2-lwt.0.9.0
    • http-lwt-client
      • http-lwt-client.0.0.7
      • http-lwt-client.0.0.8
      • http-lwt-client.0.1.0
      • http-lwt-client.0.2.0
      • http-lwt-client.0.2.1
      • http-lwt-client.0.2.2
    • http-mirage-client
      • http-mirage-client.0.0.1
      • http-mirage-client.0.0.2
    • paf

13 files changed

+13
-13
lines changed

packages/h2-lwt/h2-lwt.0.9.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
]
1212
depends: [
1313
"ocaml" {>= "4.06"}
14-
"h2" {>= version}
14+
"h2" {= version}
1515
"dune" {>= "1.7"}
1616
"lwt"
1717
"gluten-lwt" {>= "0.2.1"}

packages/http-lwt-client/http-lwt-client.0.0.7/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"fmt"
2121
"bos"
2222
"happy-eyeballs-lwt"
23-
"h2" {>= "0.9.0"}
23+
"h2" {>= "0.9.0" & < "0.10.0"}
2424
]
2525
conflicts: [ "result" {< "1.5"} ]
2626
build: [

packages/http-lwt-client/http-lwt-client.0.0.8/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"fmt"
2121
"bos"
2222
"happy-eyeballs-lwt"
23-
"h2" {>= "0.9.0"}
23+
"h2" {>= "0.9.0" & < "0.10.0"}
2424
]
2525
conflicts: [ "result" {< "1.5"} ]
2626
build: [

packages/http-lwt-client/http-lwt-client.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"fmt"
2121
"bos"
2222
"happy-eyeballs-lwt"
23-
"h2" {>= "0.9.0"}
23+
"h2" {>= "0.9.0" & < "0.10.0"}
2424
]
2525
conflicts: [ "result" {< "1.5"} ]
2626
build: [

packages/http-lwt-client/http-lwt-client.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"fmt"
2121
"bos"
2222
"happy-eyeballs-lwt"
23-
"h2" {>= "0.9.0"}
23+
"h2" {>= "0.9.0" & < "0.10.0"}
2424
]
2525
conflicts: [ "result" {< "1.5"} ]
2626
build: [

packages/http-lwt-client/http-lwt-client.0.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"fmt"
2121
"bos"
2222
"happy-eyeballs-lwt"
23-
"h2" {>= "0.9.0"}
23+
"h2" {>= "0.9.0" & < "0.10.0"}
2424
]
2525
conflicts: [ "result" {< "1.5"} ]
2626
build: [

packages/http-lwt-client/http-lwt-client.0.2.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"fmt"
2222
"bos"
2323
"happy-eyeballs-lwt"
24-
"h2" {>= "0.9.0"}
24+
"h2" {>= "0.9.0" & < "0.10.0"}
2525
]
2626
conflicts: [ "result" {< "1.5"} ]
2727
build: [

packages/http-mirage-client/http-mirage-client.0.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"mirage-clock-unix" {with-test}
2323
"mirage-random-stdlib" {with-test}
2424
"mirage-time-unix" {with-test}
25-
"h2"
25+
"h2" {>= "0.9.0" & < "0.10.0"}
2626
]
2727
build: [
2828
["dune" "subst"] {dev}

packages/http-mirage-client/http-mirage-client.0.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"mirage-clock-unix" {with-test}
2323
"mirage-random-stdlib" {with-test}
2424
"mirage-time-unix" {with-test}
25-
"h2"
25+
"h2" {>= "0.9.0" & < "0.10.0"}
2626
]
2727
build: [
2828
["dune" "subst"] {dev}

packages/paf/paf.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ depends: [
2626
"alcotest-lwt" {with-test}
2727
"bigstringaf" {>= "0.7.0"}
2828
"httpaf" {>= "0.7.1"}
29-
"h2" {>= "0.9.0"}
29+
"h2" {>= "0.9.0" & < "0.10.0"}
3030
"faraday" {>= "0.7.2"}
3131
"tls" {>= "0.15.0"}
3232
"cstruct" {>= "6.0.0"}

0 commit comments

Comments
 (0)