Minimal migration to lwt 4.x; a better stab at this would be to switch to PPX

This commit is contained in:
Tony Garnock-Jones 2018-08-10 11:40:32 +01:00
parent 4811e606ad
commit 41f2d1cc64
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ $(APP).p.native: $(wildcard *.ml) lwt_installed
$(OCAMLBUILD) $@
lwt_installed:
opam install camlp4 lwt
opam install camlp4 lwt lwt_camlp4
run: all
./$(APP).native

View File

@ -1,4 +1,4 @@
true: package(lwt.unix)
true: package(lwt.syntax)
true: package(lwt_camlp4)
true: syntax(camlp4o)
true: use_str