@@ -12,7 +12,7 @@ contents of all configuration files read by Dune and looks like:
12
12
13
13
.. code :: scheme
14
14
15
- (lang dune 2.8 )
15
+ (lang dune 2.9 )
16
16
17
17
Additionally, they can contains the following stanzas.
18
18
@@ -102,7 +102,7 @@ By default, executables defined via ``(executables(s) ...)`` or ``(test(s)
102
102
common to give them empty interface files to strengthen the compiler's ability
103
103
to detect unused values in these modules.
104
104
105
- Starting from dune 2.8 , an option is available to automatically generate empty
105
+ Starting from dune 2.9 , an option is available to automatically generate empty
106
106
interface files for executables and tests that don't already have them:
107
107
108
108
.. code :: scheme
@@ -651,7 +651,7 @@ binary at the same place as where ``ocamlc`` was found.
651
651
Executables can also be linked as object or shared object files. See
652
652
`linking modes `_ for more information.
653
653
654
- Starting from dune 2.8 , it's possible to automatically generate empty interface
654
+ Starting from dune 2.9 , it's possible to automatically generate empty interface
655
655
files for executables. See `executables_implicit_empty_intf `_.
656
656
657
657
``<optional-fields> `` are:
@@ -1365,7 +1365,7 @@ running dune runtest you can use the following stanza:
1365
1365
(libraries alcotest mylib)
1366
1366
(action (run %{test} -e)))
1367
1367
1368
- Starting from dune 2.8 , it's possible to automatically generate empty interface
1368
+ Starting from dune 2.9 , it's possible to automatically generate empty interface
1369
1369
files for test executables. See `executables_implicit_empty_intf `_.
1370
1370
1371
1371
test
@@ -1949,7 +1949,7 @@ a typical ``dune-workspace`` file looks like:
1949
1949
1950
1950
.. code :: scheme
1951
1951
1952
- (lang dune 2.8 )
1952
+ (lang dune 2.9 )
1953
1953
(context (opam (switch 4.07.1)))
1954
1954
(context (opam (switch 4.08.1)))
1955
1955
(context (opam (switch 4.11.1)))
@@ -1961,7 +1961,7 @@ containing exactly:
1961
1961
1962
1962
.. code :: scheme
1963
1963
1964
- (lang dune 2.8 )
1964
+ (lang dune 2.9 )
1965
1965
(context default)
1966
1966
1967
1967
This allows you to use an empty ``dune-workspace `` file to mark the root of your
0 commit comments