Skip to content

Commit

Permalink
Fix generating sites modules failure when implicit_transitive_deps se…
Browse files Browse the repository at this point in the history
…t to false (#10650)

* re_export dune-section in dune-site stanza

Signed-off-by: HasanA <mhmd_alameen1023@outlook.com>
  • Loading branch information
MA0010 authored Jun 19, 2024
1 parent 172566e commit 34741e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/changes/10650.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Re_export dune-section private library in the dune-site library stanza,
in order to avoid failure when generating and building sites modules
with implicit_transitive_deps = false. (#10650, fixes #9661, @MA0100)
4 changes: 3 additions & 1 deletion otherlibs/dune-site/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
(special_builtin_support
(dune_site
(data_module dune_site_data)))
(libraries dune-private-libs.dune-section dune-site.private)
(libraries
(re_export dune-private-libs.dune-section)
dune-site.private)
(instrumentation
(backend bisect_ppx)))

0 comments on commit 34741e2

Please sign in to comment.