Skip to content

Commit

Permalink
Add explicit dune dependency on prelude.ml
Browse files Browse the repository at this point in the history
Work-around for ocaml/dune#7077.
  • Loading branch information
talex5 committed Feb 15, 2023
1 parent 45efcc4 commit ffe12cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
(mdx
(package eio_main)
(deps (package eio_main))
(deps
(package eio_main)
(file doc/prelude.ml))
(preludes doc/prelude.ml)
(files README.md))

0 comments on commit ffe12cd

Please sign in to comment.