Skip to content

Commit

Permalink
Add lwt + lwt_ppx as test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hcarty committed May 5, 2020

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 7096467 commit 2489f50
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -16,5 +16,7 @@
(depends
(ocaml (>= 4.02.3))
(dune (>= 2.0))
(lwt :with-test)
(lwt_ppx :with-test)
(ocaml-migrate-parsetree (>= 1.5.0))
ppx_tools_versioned))
2 changes: 2 additions & 0 deletions ppx_defer.opam
Original file line number Diff line number Diff line change
@@ -9,6 +9,8 @@ bug-reports: "https://github.com/hcarty/ppx_defer/issues"
depends: [
"ocaml" {>= "4.02.3"}
"dune" {>= "2.0"}
"lwt" {with-test}
"lwt_ppx" {with-test}
"ocaml-migrate-parsetree" {>= "1.5.0"}
"ppx_tools_versioned"
]

0 comments on commit 2489f50

Please sign in to comment.