Skip to content

Commit 129f3ba

Browse files
committed
stdlib: format
1 parent fe9f785 commit 129f3ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/stdlib/beam/dune

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
(alias stdlib)
33
(targets beam.cma beam.cmi beam.cmo binary.cma binary.cmi binary.cmo
44
calendar.cma calendar.cmi calendar.cmo erlang.cma erlang.cmi erlang.cmo
5-
ets.cma ets.cmi ets.cmo io.cma io.cmi io.cmo lists.cma
6-
lists.cmi lists.cmo maps.cma maps.cmi maps.cmo process.cma process.cmi
7-
process.cmo process.erl timer.cma timer.cmi timer.cmo)
5+
ets.cma ets.cmi ets.cmo io.cma io.cmi io.cmo lists.cma lists.cmi lists.cmo
6+
maps.cma maps.cmi maps.cmo process.cma process.cmi process.cmo process.erl
7+
timer.cma timer.cmi timer.cmo)
88
(deps ../../bootc.exe)
99
(action
1010
(run %{dep:../../bootc.exe} compile --no-stdlib --target=archive
11-
--target=erlang beam.ml binary.ml calendar.ml erlang.ml ets.ml
12-
io.mli io.ml lists.ml maps.ml process.ml timer.ml)))
11+
--target=erlang beam.ml binary.ml calendar.ml erlang.ml ets.ml io.mli
12+
io.ml lists.ml maps.ml process.ml timer.ml)))
1313

1414
(install
1515
(section lib)

0 commit comments

Comments
 (0)