This commit is contained in:
Simon Cruanes 2023-06-21 12:22:45 -04:00
parent 9f04d254af
commit 456a31c939
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

2
dune
View file

@ -2,5 +2,5 @@
(env (env
(_ (flags :standard -strict-sequence -warn-error -a+8 -w +a-4-40-42-70))) (_ (flags :standard -strict-sequence -warn-error -a+8 -w +a-4-40-42-70)))
(mdx (libraries moonpool) (mdx (libraries moonpool threads)
(enabled_if (>= %{ocaml_version} 5.0))) (enabled_if (>= %{ocaml_version} 5.0)))