Skip to content

Commit

Permalink
Allow lwt.4.4.0 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mroch committed Dec 28, 2019
1 parent 7fa745f commit 42bd9e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -104,7 +104,7 @@ jobs:
name: Update opam repo
command: |
opam remote list -s | grep upstream >/dev/null || \
opam remote add upstream https://opam.ocaml.org | cat
opam remote add upstream https://opam.ocaml.org --all-switches | cat
opam update | cat
- create-opam-switch
- run:
Expand Down
3 changes: 2 additions & 1 deletion opam
Expand Up @@ -19,7 +19,8 @@ depends: [
"ounit" {with-test}
"core_kernel" {= "v0.11.1"}
"sedlex" {= "2.1"}
"lwt" {>= "4.5.0" < "5.0.0"}
"lwt" {>= "4.5.0" < "5.0.0" & os != "win32"}
"lwt" {>= "4.4.0" < "5.0.0" & os = "win32"}
"lwt_log" {>= "1.1.0"}
"lwt_ppx" {>= "1.2.4" < "2.0.0"}
"ppx_let" {>= "0.11.0"}
Expand Down

0 comments on commit 42bd9e1

Please sign in to comment.