Skip to content

Commit d9e9a8f

Browse files
Update install_deps to install packages for base compiler >= 5.1 (#553)
1 parent def2c58 commit d9e9a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $(ASSIGNMENTS_GEN): test_generator
5656
generate_exercises: $(ASSIGNMENTS_GEN)
5757

5858
install_deps:
59-
opam install dune fpath ocamlfind ounit qcheck react ppx_deriving ppx_let ppx_sexp_conv yojson ocp-indent calendar getopts
59+
opam install dune ounit qcheck fpath react ppx_deriving ppx_sexp_conv yojson ocp-indent calendar core mustache ezjsonm core_unix
6060

6161
clean:
6262
dune clean --root=./test-generator/

0 commit comments

Comments
 (0)