Skip to content

Commit

Permalink
Add implicit_transitive_deps mention
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Dec 27, 2024
1 parent 2caa1a2 commit 411b904
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,9 @@ with the following `dune` file:
and run it with `dune exec ./test.exe` or `dune runtest`.


Using the `qcheck-core` package instead, we have to adapt the last line of the
example to use `QCheck_base_runner`:
To keep things minimal or if you are using `(implicit_transitive_deps false)`
in dune, you may want to use the `qcheck-core` package instead. To do so,
we have to adapt the last line of the example to use `QCheck_base_runner`:

[source,OCaml]
----
Expand Down

0 comments on commit 411b904

Please sign in to comment.