Skip to content

Commit

Permalink
add httpaf as a dependency for shuttle_http
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragsoni committed Oct 10, 2021
1 parent 97de472 commit b1369c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
(and
(>= v0.14)
(< v0.15)))
(httpaf
(and
(>= 0.6.6)))
(ppx_jane
(and
(>= v0.14)
Expand Down
1 change: 1 addition & 0 deletions shuttle_http.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ depends: [
"ocaml" {>= "4.11.0"}
"async" {>= "v0.14" & < "v0.15"}
"core" {>= "v0.14" & < "v0.15"}
"httpaf" {>= "0.6.6"}
"ppx_jane" {>= "v0.14" & < "v0.15"}
"shuttle" {= version}
"odoc" {with-doc}
Expand Down
1 change: 1 addition & 0 deletions test/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(library
(name shuttle_test)
(package shuttle)
(inline_tests)
(preprocess
(pps ppx_jane))
Expand Down

0 comments on commit b1369c8

Please sign in to comment.