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

fix make install #747

Closed
wants to merge 1 commit into from
Closed

Conversation

jchavarri
Copy link
Collaborator

In #744, the dune constraint in the opam file was changed

"dune" {>= "3.9"}

This broke make install because there's no such version published yet:

[ERROR] Package conflict!
  * Missing dependency:
    - dune >= 3.9
    not available because the package is pinned to version 3.8.0

This change tells opam that the dev-repo version is 3.9 when pinning it, so it doesn't complain.

@jchavarri
Copy link
Collaborator Author

n/m i just had an outdated switch :/

@jchavarri jchavarri closed this Jul 12, 2023
@jchavarri jchavarri deleted the fix-make-install branch July 12, 2023 15:25
@davesnx
Copy link
Member

davesnx commented Jul 12, 2023

I just want to downgrade dune to 3.8 on here: #746 and remove the Reason pin

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

Successfully merging this pull request may close these issues.

2 participants