Skip to content

Commit b9aa845

Browse files
author
Michael D. Adams
committed
[build system] Use dune 2
1 parent 4e66363 commit b9aa845

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
(lang dune 1.6.2)
2-
(using fmt 1.2)
1+
(lang dune 2.0.0)
32
(using menhir 2.0)

src/hazelweb/dune

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
(name main)
2222
(modules Main)
2323
(libraries hazelweb)
24+
(modes js)
2425
(js_of_ocaml
2526
(flags
2627
(:include js-of-ocaml-flags-%{profile}))))

0 commit comments

Comments
 (0)