We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cde0f commit 5b695d6Copy full SHA for 5b695d6
src/dune_rules/dune_project.ml
@@ -103,7 +103,7 @@ let to_dyn
103
; subst_config
104
; strict_package_deps
105
; allow_approximate_merlin
106
- ; pins = _
+ ; pins
107
; cram
108
; expand_aliases_in_sandbox
109
; opam_file_location
@@ -135,6 +135,7 @@ let to_dyn
135
; "format_config", option Format_config.to_dyn format_config
136
; "subst_config", option Toggle.to_dyn (Option.map ~f:snd subst_config)
137
; "strict_package_deps", bool strict_package_deps
138
+ ; "pins", Dune_pkg.Pin_stanza.DB.to_dyn pins
139
; "cram", bool cram
140
; "allow_approximate_merlin", opaque allow_approximate_merlin
141
; "expand_aliases_in_sandbox", bool expand_aliases_in_sandbox
0 commit comments