Skip to content

Commit

Permalink
Constrain packages for Lwt 4.0.0 (#11716)
Browse files Browse the repository at this point in the history
* Constrain packages for Lwt 4.0.0

See #11708.
  • Loading branch information
aantron authored and hannesm committed Apr 3, 2018
1 parent 9d91fbf commit 19232de
Show file tree
Hide file tree
Showing 169 changed files with 173 additions and 165 deletions.
1 change: 1 addition & 0 deletions packages/0install/0install.2.12.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ depends: [
"cppo_ocamlbuild" {build}
]
depopts: [ "obus" "lablgtk" "lwt_glib" ]
conflicts: [ "lwt" {>= "4.0.0"} ]
depexts: [
[["ubuntu"] ["unzip"]]
[["debian"] ["unzip"]]
Expand Down
2 changes: 1 addition & 1 deletion packages/amqp-client-lwt/amqp-client-lwt.2.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"xml-light" {build}
"amqp-client" { = "2.0.0" }
"ocplib-endian" {>= "0.6"}
"lwt" {>= "2.4.6"}
"lwt" {>= "2.4.6" & < "4.0.0"}
]

available: [ ocaml-version >= "4.03.0" ]
2 changes: 1 addition & 1 deletion packages/camltc/camltc.0.8.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ remove: [
]
depends: [
"ocamlfind"
"lwt" {>= "2.4.3"}
"lwt" {>= "2.4.3" & < "4.0.0"}
"ounit"
"ocamlbuild" {build}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/camltc/camltc.0.8.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ remove: [
]
depends: [
"ocamlfind"
"lwt" {>= "2.4.3"}
"lwt" {>= "2.4.3" & < "4.0.0"}
"ounit"
"ocamlbuild" {build}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/camltc/camltc.0.8.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ remove: [
]
depends: [
"ocamlfind"
"lwt" {>= "2.4.3"}
"lwt" {>= "2.4.3" & < "4.0.0"}
"ounit"
"ocamlbuild" {build}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/camltc/camltc.0.9.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ remove: [
]
depends: [
"ocamlfind"
"lwt" {>= "2.4.3"}
"lwt" {>= "2.4.3" & < "4.0.0"}
"ounit"
"ocamlbuild" {build}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/camltc/camltc.0.9.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ remove: [
]
depends: [
"ocamlfind"
"lwt" {>= "2.4.3"}
"lwt" {>= "2.4.3" & < "4.0.0"}
"ounit"
"ocamlbuild" {build}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/camltc/camltc.0.9.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ remove: [
depends: [
"ocamlfind"
"ounit"
"lwt" {>= "2.4.4"}
"lwt" {>= "2.4.4" & < "4.0.0"}
"ocamlbuild" {build}
]
available: [ ocaml-version > "4.00.0" & ocaml-version < "4.03" ]
Expand Down
2 changes: 1 addition & 1 deletion packages/camltc/camltc.0.9.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ remove: [
depends: [
"ocamlfind" {build}
"ounit"
"lwt" {>= "2.4.4"}
"lwt" {>= "2.4.4" & < "4.0.0"}
"ocamlbuild" {build}
]
available: [ ocaml-version > "4.02.2" ]
Expand Down
2 changes: 1 addition & 1 deletion packages/camltc/camltc.0.9.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ remove: [
depends: [
"ocamlfind" {build}
"ounit"
"lwt" {>= "2.4.4"}
"lwt" {>= "2.4.4" & < "4.0.0"}
"ocamlbuild" {build}
]
available: [ ocaml-version > "4.02.2" & opam-version > "1.2.0" ]
Expand Down
2 changes: 1 addition & 1 deletion packages/caqti-lwt/caqti-lwt.0.10.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ build: [["jbuilder" "build" "-p" name "-j" jobs]]
depends: [
"caqti" {= "0.10.0"}
"jbuilder" {build}
"lwt"
"lwt" {< "4.0.0"}
]
2 changes: 1 addition & 1 deletion packages/caqti-lwt/caqti-lwt.0.10.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ build: [["jbuilder" "build" "-p" name "-j" jobs]]
depends: [
"caqti" {= "0.10.1"}
"jbuilder" {build}
"lwt"
"lwt" {< "4.0.0"}
]
2 changes: 1 addition & 1 deletion packages/caqti-lwt/caqti-lwt.0.9.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ build: [["jbuilder" "build" "-p" name "-j" jobs]]
depends: [
"caqti"
"jbuilder" {build}
"lwt"
"lwt" {< "4.0.0"}
]
conflicts: ["caqti" {<"0.6.0"}]
2 changes: 1 addition & 1 deletion packages/cohttp-lwt-unix/cohttp-lwt-unix.0.99.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ depends: [
"logs"
"fmt"
"cohttp-lwt" {>="0.99" & < "1.0"}
"lwt" {>="3.0.0"}
"lwt" {>="3.0.0" & < "4.0.0"}
"base-unix"
"ounit" {test}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-lwt-unix/cohttp-lwt-unix.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ depends: [
"logs"
"fmt" {>="0.8.2"}
"cohttp-lwt" {>="1.0.0"}
"lwt" {>="3.0.0"}
"lwt" {>="3.0.0" & < "4.0.0"}
"base-unix"
"ounit" {test}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-lwt-unix/cohttp-lwt-unix.1.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ depends: [
"logs"
"fmt" {>="0.8.2"}
"cohttp-lwt" {>="1.0.2"}
"lwt" {>="3.0.0"}
"lwt" {>="3.0.0" & < "4.0.0"}
"base-unix"
"ounit" {test}
]
Expand Down
1 change: 1 addition & 0 deletions packages/cohttp/cohttp.0.22.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ depopts: ["async" "lwt" "js_of_ocaml"]
conflicts: [
"async" {< "113.24.00"}
"lwt" {< "2.5.0"}
"lwt" {>= "4.0.0"}
"js_of_ocaml" {< "2.8"}
"js_of_ocaml" {>= "3.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/devkit/devkit.0.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ depends: [
"pcre"
"extunix" {>= "0.1.4"}
"xmlm"
"lwt" {>="2.5.0"}
"lwt" {>="2.5.0" & < "4.0.0"}
"base-bytes"
"base-unix"
"base-threads"
Expand Down
2 changes: 1 addition & 1 deletion packages/devkit/devkit.0.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ depends: [
"pcre"
"extunix" {>= "0.1.4"}
"xmlm"
"lwt" {>="2.5.2"}
"lwt" {>="2.5.2" & < "4.0.0"}
"base-bytes"
"base-unix"
"base-threads"
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed/distributed.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
"base-threads"
"base-unix"
"batteries"
"lwt"
"lwt" {< "3.0.0"}
"ocamlfind" {build}
"ounit" {test & >= "2.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed/distributed.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ remove: ["ocamlfind" "remove" "distributed"]
depends: [
"base-threads"
"base-unix"
"lwt"
"lwt" {< "3.0.0"}
"ocamlfind" {build}
"ounit" {test & >= "2.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed/distributed.0.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ remove: ["ocamlfind" "remove" "distributed"]
depends: [
"base-threads"
"base-unix"
"lwt" {>= "2.7.0"}
"lwt" {>= "2.7.0" & < "4.0.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"ounit" {test & >= "2.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.20.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ depends: [
"base64" {>= "2.0.0"}
"hashcons"
"result"
"lwt" {test}
"lwt" {test & < "4.0.0"}
"ounit" {test}
"pcap-format" {test}
"mirage-protocols" {test & >="1.1.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/faraday-lwt-unix/faraday-lwt-unix.0.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build-test: [
depends: [
"jbuilder" {build & >= "1.0+beta10"}
"faraday-lwt"
"lwt"
"lwt" {< "4.0.0"}
"base-unix"
]
available: [ ocaml-version >= "4.02.0" ]
2 changes: 1 addition & 1 deletion packages/faraday-lwt-unix/faraday-lwt-unix.0.5.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build-test: [
depends: [
"jbuilder" {build & >= "1.0+beta10"}
"faraday-lwt"
"lwt"
"lwt" {< "4.0.0"}
"base-unix"
]
available: [ ocaml-version >= "4.02.0" ]
2 changes: 1 addition & 1 deletion packages/github-hooks/github-hooks.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"jbuilder" { build & >= "1.0+beta9"}
"fmt"
"logs"
"lwt"
"lwt" {< "4.0.0"}
"cohttp-lwt" {>= "0.99.0" & < "1.0.0"}
"github" {>= "3.0.1"}
"nocrypto"
Expand Down
2 changes: 1 addition & 1 deletion packages/github-hooks/github-hooks.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"jbuilder" { build & >= "1.0+beta9"}
"fmt"
"logs"
"lwt"
"lwt" {< "4.0.0"}
"cohttp-lwt" {>= "0.99.0"}
"github" {>= "3.0.1"}
"nocrypto"
Expand Down
2 changes: 1 addition & 1 deletion packages/hvsock/hvsock.0.10.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ remove: ["ocamlfind" "remove" "hvsock"]
depends: [
"base-bytes"
"base-threads"
"lwt" {>= "2.4.7"}
"lwt" {>= "2.4.7" & < "4.0.0"}
"logs"
"fmt"
"base-unix"
Expand Down
2 changes: 1 addition & 1 deletion packages/hvsock/hvsock.0.11.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ remove: ["ocamlfind" "remove" "hvsock"]
depends: [
"base-bytes"
"base-threads"
"lwt" {>= "2.4.7"}
"lwt" {>= "2.4.7" & < "4.0.0"}
"logs"
"fmt"
"base-unix"
Expand Down
2 changes: 1 addition & 1 deletion packages/hvsock/hvsock.0.11.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ remove: ["ocamlfind" "remove" "hvsock"]
depends: [
"base-bytes"
"base-threads"
"lwt" {>= "2.4.7"}
"lwt" {>= "2.4.7" & < "4.0.0"}
"logs"
"fmt"
"base-unix"
Expand Down
2 changes: 1 addition & 1 deletion packages/hvsock/hvsock.0.12.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ remove: ["ocamlfind" "remove" "hvsock"]

depends: [
"base-bytes"
"lwt" {>= "2.4.7"}
"lwt" {>= "2.4.7" & < "4.0.0"}
"logs"
"fmt"
"base-unix"
Expand Down
2 changes: 1 addition & 1 deletion packages/hvsock/hvsock.0.13.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ remove: ["ocamlfind" "remove" "hvsock"]

depends: [
"base-bytes"
"lwt" {>= "2.4.7"}
"lwt" {>= "2.4.7" & < "4.0.0"}
"logs"
"fmt"
"base-unix"
Expand Down
2 changes: 1 addition & 1 deletion packages/hvsock/hvsock.0.14.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ remove: ["ocamlfind" "remove" "hvsock"]
depends: [
"base-bytes"
"base-threads"
"lwt" {>= "2.4.7"}
"lwt" {>= "2.4.7" & < "4.0.0"}
"logs"
"fmt"
"base-unix"
Expand Down
2 changes: 1 addition & 1 deletion packages/hvsock/hvsock.0.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ remove: ["ocamlfind" "remove" "hvsock"]
depends: [
"base-bytes"
"base-threads"
"lwt" {>= "2.4.7"}
"lwt" {>= "2.4.7" & < "4.0.0"}
"logs"
"fmt"
"base-unix"
Expand Down
2 changes: 1 addition & 1 deletion packages/hvsock/hvsock.0.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ remove: ["ocamlfind" "remove" "hvsock"]
depends: [
"base-bytes"
"base-threads"
"lwt" {>= "2.4.7"}
"lwt" {>= "2.4.7" & < "4.0.0"}
"logs"
"fmt"
"base-unix"
Expand Down
2 changes: 1 addition & 1 deletion packages/hvsock/hvsock.0.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ remove: ["ocamlfind" "remove" "hvsock"]
depends: [
"base-bytes"
"base-threads"
"lwt" {>= "2.4.7"}
"lwt" {>= "2.4.7" & < "4.0.0"}
"logs"
"fmt"
"base-unix"
Expand Down
2 changes: 1 addition & 1 deletion packages/hvsock/hvsock.0.7/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ remove: ["ocamlfind" "remove" "hvsock"]
depends: [
"base-bytes"
"base-threads"
"lwt" {>= "2.4.7"}
"lwt" {>= "2.4.7" & < "4.0.0"}
"logs"
"fmt"
"base-unix"
Expand Down
2 changes: 1 addition & 1 deletion packages/hvsock/hvsock.0.8.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ remove: ["ocamlfind" "remove" "hvsock"]
depends: [
"base-bytes"
"base-threads"
"lwt" {>= "2.4.7"}
"lwt" {>= "2.4.7" & < "4.0.0"}
"logs"
"fmt"
"base-unix"
Expand Down
2 changes: 1 addition & 1 deletion packages/hvsock/hvsock.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
"base-bytes"
"base-threads"
"base-unix"
"lwt" {>= "2.4.7"}
"lwt" {>= "2.4.7" & < "4.0.0"}
"logs"
"fmt"
"cmdliner"
Expand Down
2 changes: 1 addition & 1 deletion packages/hvsock/hvsock.1.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
"base-bytes"
"base-threads"
"base-unix"
"lwt" {>= "2.4.7"}
"lwt" {>= "2.4.7" & < "4.0.0"}
"logs"
"fmt"
"cmdliner"
Expand Down
2 changes: 1 addition & 1 deletion packages/i3ipc/i3ipc.0.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
install: [make "install"]
remove: ["ocamlfind" "remove" "i3ipc"]
depends: [
"lwt"
"lwt" {< "4.0.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"ppx_deriving_yojson"
Expand Down
2 changes: 1 addition & 1 deletion packages/i3ipc/i3ipc.0.1.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
install: [make "install"]
remove: ["ocamlfind" "remove" "i3ipc"]
depends: [
"lwt"
"lwt" {< "4.0.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"ppx_deriving_yojson"
Expand Down
2 changes: 1 addition & 1 deletion packages/i3ipc/i3ipc.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
install: [make "install"]
remove: ["ocamlfind" "remove" "i3ipc"]
depends: [
"lwt"
"lwt" {< "4.0.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"ppx_deriving_yojson"
Expand Down
2 changes: 1 addition & 1 deletion packages/iocaml-kernel/iocaml-kernel.0.4.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"atdgen"
"ctypes" {>= "0.3"}
"ctypes-foreign"
"lwt" {>= "2.4"}
"lwt" {>= "2.4" & < "4.0.0"}
"ocamlbuild" {build}
"conf-zmq" {build}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/iocaml-kernel/iocaml-kernel.0.4.8/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"atdgen"
"ctypes" {>= "0.3"}
"ctypes-foreign"
"lwt" {>= "2.4"}
"lwt" {>= "2.4" & < "4.0.0"}
"ocamlbuild" {build}
"conf-zmq" {build}
]
Expand Down
Loading

0 comments on commit 19232de

Please sign in to comment.