Skip to content

Commit 133fe7d

Browse files
committed
Add constraints on Dream and Hyper
1 parent af7b2b2 commit 133fe7d

File tree

4 files changed

+4
-4
lines changed
  • packages
    • dream
      • dream.1.0.0~alpha3
      • dream.1.0.0~alpha4
    • hyper
      • hyper.1.0.0~alpha1
      • hyper.1.0.0~alpha2

4 files changed

+4
-4
lines changed

packages/dream/dream.1.0.0~alpha3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ depends: [
5454
"conf-libev" {os != "win32"}
5555
"cstruct" {>= "6.0.0"}
5656
"dream-pure" {< "1.0.0~alpha2"}
57-
"dream-httpaf"
57+
"dream-httpaf" {< "1.0.0~alpha2"}
5858
"dune" {>= "2.7.0"} # --instrument-with.
5959
"fmt" {>= "0.8.7"} # `Italic.
6060
"graphql_parser"

packages/dream/dream.1.0.0~alpha4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ depends: [
5454
"caqti-lwt"
5555
"conf-libev" {os != "win32"}
5656
"cstruct" {>= "6.0.0"}
57-
"dream-httpaf"
57+
"dream-httpaf" {< "1.0.0~alpha2"}
5858
"dream-pure" {>= "1.0.0~alpha2"}
5959
"dune" {>= "2.7.0"} # --instrument-with.
6060
"fmt" {>= "0.8.7"} # `Italic.

packages/hyper/hyper.1.0.0~alpha1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: "Anton Bachin <[email protected]>"
1313
maintainer: "Anton Bachin <[email protected]>"
1414

1515
depends: [
16-
"dream-httpaf"
16+
"dream-httpaf" {< "1.0.0~alpha2"}
1717
"dream-pure"
1818
"lwt_ppx"
1919
"ocaml"

packages/hyper/hyper.1.0.0~alpha2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ maintainer: "Anton Bachin <[email protected]>"
1414

1515
depends: [
1616
"dream-httpaf" {>= "1.0.0~alpha2"}
17-
"dream-pure"
17+
"dream-pure" {>= "1.0.0~alpha2"}
1818
"dune" {>= "2.7.0"}
1919
"lwt_ppx"
2020
"mirage-crypto-rng"

0 commit comments

Comments
 (0)