Skip to content

Commit

Permalink
opam: fix related to ocsigen/lwt#487
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Apr 10, 2018
1 parent 91d830b commit 5c018ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bistro.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"jbuilder" {build & >= "1.0+beta8"}
"core" {>= "0.11.0"}
"lwt"
"lwt" {>= "3.2.0"}
"ocamlgraph" {>= "1.8.7"}
"ppx_sexp_conv"
"rresult"
Expand Down
2 changes: 1 addition & 1 deletion lib/engine/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
(library
((name bistro_engine)
(public_name bistro.engine)
(libraries (bistro bistro.tdag core lwt.preemptive lwt.unix rresult))
(libraries (bistro bistro.tdag core lwt.unix rresult))
))

0 comments on commit 5c018ad

Please sign in to comment.