Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dune build broken #3

Open
jlunder opened this issue Oct 15, 2024 · 1 comment
Open

Dune build broken #3

jlunder opened this issue Oct 15, 2024 · 1 comment

Comments

@jlunder
Copy link

jlunder commented Oct 15, 2024

The dune-project file in root is broken by the most recent commit -- the version constraint requires parens around the whole dependency. I.e.,

zarith (>= 1.5)

should be

(zarith (>= 1.5))

Otherwise I expect it's trying to parse (>= 1.5) as a library name.

@sirix-v
Copy link

sirix-v commented Dec 24, 2024

also have the problem while building the project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants