Skip to content

Commit c219293

Browse files
gabeleviAvik Chaudhuri
authored andcommitted
Add lwt_log to opam dependencies
Summary: It's been split out of lwt. I see AppVeyor failing due to missing lwt.log so I'm hoping this fixes Reviewed By: avikchaudhuri Differential Revision: D7607846 fbshipit-source-id: cc29aa59128ca9e5b85936d024367637514e49ce
1 parent 14bc641 commit c219293

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ depends: [
2323
"ocamlbuild" {build}
2424
"sedlex" { >= "1.99.4" }
2525
"lwt" { >= "3.3.0" }
26+
"lwt_log" { = "1.0.0" }
2627
"lwt_ppx" { >= "1.1.0" }
2728
"wtf8"
2829
]

resources/travis/install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22

3-
OPAM_DEPENDS="ocamlfind ocp-build dtoa.0.3.1 js_of_ocaml.3.0 lwt.3.3.0 lwt_ppx.1.1.0 sedlex.1.99.4 wtf8.1.0.1"
3+
OPAM_DEPENDS="ocamlfind ocp-build dtoa.0.3.1 js_of_ocaml.3.0 lwt.3.3.0 lwt_log.1.0.0 lwt_ppx.1.1.0 sedlex.1.99.4 wtf8.1.0.1"
44

55
TMP=${TMPDIR:-/tmp}
66

0 commit comments

Comments
 (0)