Skip to content

Commit

Permalink
Merge pull request #225 from avsm/jsoo-support
Browse files Browse the repository at this point in the history
use wrapped jsoo interfaces in 3.4.0
  • Loading branch information
avsm authored Jun 4, 2019
2 parents c16b4ac + 6ad4a59 commit e1884e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Switch to dune-release instead of topkg (#224 @avsm)
- Do not use deprecated `Yojson.Safe.json` (#224 @avsm)
- Support lambda-term/zed 2.0.0 interfaces (#224 @avsm)
- Use wrapped `js_of_ocaml` 3.4.0 interfaces (@avsm)

## 4.0.0 (2018-12-11)

Expand Down
2 changes: 1 addition & 1 deletion github-jsoo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ depends: [
"dune" {build}
"cohttp" {>= "0.99.0"}
"cohttp-lwt-jsoo" {>= "0.99.0"}
"js_of_ocaml-lwt"
"js_of_ocaml-lwt" {>="3.4.0"}
"github"
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion js/github.ml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

module Time = struct
let now = Unix.gettimeofday
let sleep = Lwt_js.sleep
let sleep = Js_of_ocaml_lwt.Lwt_js.sleep
end

module Env = struct
Expand Down

0 comments on commit e1884e3

Please sign in to comment.