Skip to content

Commit 3014fa2

Browse files
authored
Merge pull request ocaml#22771 from kit-ty-kate/fix-186
dream < 1.0.0~alpha4 is not compatible with OCaml 5.0 (uses Stream)
2 parents 2f19abe + 6797099 commit 3014fa2

File tree

3 files changed

+3
-3
lines changed
  • packages/dream
    • dream.1.0.0~alpha1
    • dream.1.0.0~alpha2
    • dream.1.0.0~alpha3

3 files changed

+3
-3
lines changed

packages/dream/dream.1.0.0~alpha1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ depends: [
6767
"mirage-crypto" {>= "0.8.1"} # AES-256-GCM.
6868
"mirage-crypto-rng" {>= "0.8.0"} # Signature of initialize.
6969
"multipart-form-data" {>= "0.3.0" & < "0.4.0"}
70-
"ocaml" {>= "4.08.0"}
70+
"ocaml" {>= "4.08.0" & < "5.0"}
7171
"opam-installer" {build}
7272
"uri" {>= "4.0.0"}
7373
"yojson" # ...

packages/dream/dream.1.0.0~alpha2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ depends: [
6868
"mirage-crypto" {>= "0.8.1"} # AES-256-GCM.
6969
"mirage-crypto-rng" {>= "0.8.0"} # Signature of initialize.
7070
"multipart_form" {>= "0.3.0" & < "0.4.0"}
71-
"ocaml" {>= "4.08.0"}
71+
"ocaml" {>= "4.08.0" & < "5.0"}
7272
"uri" {>= "4.2.0"}
7373
"yojson" # ...
7474

packages/dream/dream.1.0.0~alpha3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ depends: [
6969
"mirage-crypto-rng" {>= "0.8.0"} # Signature of initialize.
7070
"multipart_form" {>= "0.4.0"}
7171
"multipart_form-lwt"
72-
"ocaml" {>= "4.08.0"}
72+
"ocaml" {>= "4.08.0" & < "5.0"}
7373
"ptime" {>= "0.8.1"} # Ptime.v.
7474
"ssl" {>= "0.5.8"} # Ssl.get_negotiated_alpn_protocol.
7575
"uri" {>= "4.2.0"}

0 commit comments

Comments
 (0)