aboutsummaryrefslogtreecommitdiff
path: root/lib/configuration/read_conf.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2025-03-17 09:11:25 +0100
committerSébastien Dailly <sebastien@dailly.me>2025-03-17 18:59:32 +0100
commit8b8b730d3ba98d6c9e4e6274844641043b5fefbb (patch)
tree4cb60dafa05b479d0ca287d501a51db88cecaaa4 /lib/configuration/read_conf.ml
parent7bfbb67d83011f3e1845dcb9e44c3b6a5e93a9da (diff)
Moved the syntax module in its own library
Diffstat (limited to 'lib/configuration/read_conf.ml')
-rw-r--r--lib/configuration/read_conf.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/configuration/read_conf.ml b/lib/configuration/read_conf.ml
index 11f6726..d406b0e 100644
--- a/lib/configuration/read_conf.ml
+++ b/lib/configuration/read_conf.ml
@@ -222,7 +222,7 @@ module Make (S : Decoders.Decode.S) = struct
in
S.succeed
- Syntax.Extern.
+ ImporterSyntax.Extern.
{
intern_key;
extern_key;
@@ -256,7 +256,7 @@ module Make (S : Decoders.Decode.S) = struct
ExpressionParser.path)
in
S.succeed @@ fun version source externals locale ->
- Syntax.
+ ImporterSyntax.
{ version; source; externals; columns; filters; sort; uniq; locale }
method conf =