We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714b0fe commit 5696243Copy full SHA for 5696243
2 files changed
dune
@@ -1,3 +1,4 @@
1
; Exclude vendored/snapshot subtrees that ship their own dune-project so the
2
; outer workspace does not see duplicate package definitions.
3
+
4
(dirs :standard \ faces .build)
lib/dune
@@ -86,7 +86,8 @@
86
; will surface a Match_failure with file:line at runtime if exercised on an
87
; extern decl, which is the right signal for "this target has no story for
88
; host-supplied implementations".
89
- (flags (:standard -w -8-9))
+ (flags
90
+ (:standard -w -8-9))
91
(preprocess
92
(pps ppx_deriving.show ppx_deriving.eq ppx_deriving.ord sedlex.ppx)))
93
0 commit comments