From 8b8b730d3ba98d6c9e4e6274844641043b5fefbb Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 17 Mar 2025 09:11:25 +0100 Subject: Moved the syntax module in its own library --- bin/dune | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/dune') diff --git a/bin/dune b/bin/dune index 6496cd3..bd33b01 100755 --- a/bin/dune +++ b/bin/dune @@ -17,15 +17,15 @@ sqlite3 tools helpers + importerSyntax importConf importAnalyser importContainers importDataTypes - importCSV importErrors importExpression - importFileHandler importSQL + importFileHandler ) (link_flags (:standard)) ) -- cgit v1.2.3