Skip to content

Commit 5b695d6

Browse files
Add pins of dune-project to Dyn representation (ocaml#11187)
Signed-off-by: Marek Kubica <[email protected]>
1 parent a6cde0f commit 5b695d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dune_rules/dune_project.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ let to_dyn
103103
; subst_config
104104
; strict_package_deps
105105
; allow_approximate_merlin
106-
; pins = _
106+
; pins
107107
; cram
108108
; expand_aliases_in_sandbox
109109
; opam_file_location
@@ -135,6 +135,7 @@ let to_dyn
135135
; "format_config", option Format_config.to_dyn format_config
136136
; "subst_config", option Toggle.to_dyn (Option.map ~f:snd subst_config)
137137
; "strict_package_deps", bool strict_package_deps
138+
; "pins", Dune_pkg.Pin_stanza.DB.to_dyn pins
138139
; "cram", bool cram
139140
; "allow_approximate_merlin", opaque allow_approximate_merlin
140141
; "expand_aliases_in_sandbox", bool expand_aliases_in_sandbox

0 commit comments

Comments
 (0)