Skip to content

Commit

Permalink
Don't declare transitive dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Décimo <[email protected]>
  • Loading branch information
MisterDA committed Jun 20, 2024
1 parent 343574f commit d37bd5b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions http/test/bytebuffer/dune
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
(library
(name bytebuffer_tests)
(libraries
http_bytebuffer
;; This is because of the (implicit_transitive_deps false)
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
base
ppx_inline_test.config)
(libraries http_bytebuffer)
(inline_tests)
(preprocess
(pps ppx_expect)))

0 comments on commit d37bd5b

Please sign in to comment.