Skip to content

Commit 3ce99b7

Browse files
committed
fix some constraint
1 parent 5b32c06 commit 3ce99b7

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

packages/ojs-base/ojs-base.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"ocamlfind"
1616
"js_of_ocaml" {>= "2.4.0" & < "3.0"}
1717
"websocket" {>= "0.8.1"}
18-
"lwt" {>= "2.4.6"}
18+
"lwt" {>= "2.4.6" & < "5.8.0"}
1919
"yojson" {>= "1.1.8"}
2020
"ppx_deriving_yojson" {>= "1.1" & < "2.0"}
2121
]

packages/ojs-base/ojs-base.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"ocamlfind"
1616
"js_of_ocaml" {>= "2.4.0" & < "3.0"}
1717
"websocket" {= "0.8.1"}
18-
"lwt" {>= "2.4.6"}
18+
"lwt" {>= "2.4.6" & < "5.8.0"}
1919
"yojson" {= "1.1.8"}
2020
"ppx_deriving_yojson" {= "2.0"}
2121
]

packages/ojs-base/ojs-base.0.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"ocamlfind"
2222
"js_of_ocaml" {>= "2.5" & < "3.0"}
2323
"websocket" {>= "2.1"}
24-
"lwt" {>= "2.4.8"}
24+
"lwt" {>= "2.4.8" & < "5.8.0"}
2525
"cohttp" {>= "0.18.2"}
2626
"yojson" {>= "1.1.8"}
2727
"ppx_deriving_yojson" {>= "2.3"}

packages/ojs-base/ojs-base.0.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"ocamlfind"
2222
"js_of_ocaml" {>= "2.5" & < "3.0"}
2323
"websocket" {>= "2.1"}
24-
"lwt" {>= "2.4.8"}
24+
"lwt" {>= "2.4.8" & < "5.8.0"}
2525
"cohttp" {>= "0.18.2"}
2626
"yojson" {>= "1.1.8"}
2727
"ppx_deriving_yojson" {>= "2.3"}

packages/ojs-base/ojs-base.0.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"ocamlfind"
1919
"js_of_ocaml" {>= "2.5" & < "3.0"}
2020
"websocket" {>= "2.6"}
21-
"lwt" {>= "2.5"}
21+
"lwt" {>= "2.5" & < "5.8.0"}
2222
"cohttp" {>= "0.19.3"}
2323
"yojson" {>= "1.1.8"}
2424
"ppx_deriving_yojson" {>= "3.0"}

packages/ojs-base/ojs-base.0.6.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"js_of_ocaml" {>= "3.9.0"}
1515
"websocket" {>= "2.14"}
1616
"websocket-lwt-unix" {>= "2.14"}
17-
"lwt" {>= "5.4.0"}
17+
"lwt" {>= "5.4.0" & < "5.8.0"}
1818
"lwt_ppx" {>= "2.0.2"}
1919
"cohttp" {>= "4.0.0"}
2020
"yojson" {>= "1.7.0"}

packages/picos/picos.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ depends: [
2727
"dscheck" {>= "0.4.0" & with-test}
2828
"sherlodoc" {>= "0.2" & with-doc}
2929
"odoc" {>= "2.4.1" & with-doc}
30-
"ocaml" {>= "4.12.0"}
30+
"ocaml" {>= "4.13.0"}
3131
]
3232
build: [
3333
["dune" "subst"] {dev}

packages/picos/picos.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ depends: [
2727
"dscheck" {>= "0.4.0" & with-test}
2828
"sherlodoc" {>= "0.2" & with-doc}
2929
"odoc" {>= "2.4.1" & with-doc}
30-
"ocaml" {>= "4.12.0"}
30+
"ocaml" {>= "4.13.0"}
3131
]
3232
build: [
3333
["dune" "subst"] {dev}

packages/picos/picos.0.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ depends: [
2828
"dscheck" {>= "0.4.0" & with-test}
2929
"sherlodoc" {>= "0.2" & with-doc}
3030
"odoc" {>= "2.4.1" & with-doc}
31-
"ocaml" {>= "4.12.0"}
31+
"ocaml" {>= "4.13.0"}
3232
]
3333
build: [
3434
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)