Skip to content

Commit 45d5f4d

Browse files
filipeomzapashcanon
authored andcommitted
Add missing dev dependencies
1 parent 7101e12 commit 45d5f4d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dune-project

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,8 @@
8383
(rusage :with-dev-setup)
8484
(tyxml :with-dev-setup)
8585
(yaml :with-dev-setup)
86+
(lwt :with-dev-setup)
87+
(cohttp :with-dev-setup)
88+
(cohttp-lwt-unix :with-dev-setup)
8689
)
8790
(sites (share binc) (share libc)))

owi.opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ depends: [
4848
"rusage" {with-dev-setup}
4949
"tyxml" {with-dev-setup}
5050
"yaml" {with-dev-setup}
51+
"lwt" {with-dev-setup}
52+
"cohttp" {with-dev-setup}
53+
"cohttp-lwt-unix" {with-dev-setup}
5154
]
5255
build: [
5356
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)