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

agda-pkg does not work with standard library >= 1.5 #47

Open
Ailrun opened this issue May 25, 2021 · 3 comments
Open

agda-pkg does not work with standard library >= 1.5 #47

Ailrun opened this issue May 25, 2021 · 3 comments

Comments

@Ailrun
Copy link

Ailrun commented May 25, 2021

Standard library 1.5 and above uses standard-library-<version> as its name, and apkg tries to find that in the index. However, since the index has standard-library/versions/v1.5, not standard-library-1.5/versions/v1.5, it cannot find file descriptor and failed to install standard library.

It would be greatly appreciated if this can be fixed.

@jg-fisher
Copy link

Running into this same issue. "No file descriptor found for version xxx"

@anadon
Copy link

anadon commented Jun 16, 2022

Three for three. At time of writing, unusable. Since I'm just starting, I am in no way equipped to fix the issue.

@Ailrun
Copy link
Author

Ailrun commented Jun 16, 2022

@anadon As a workaround, you can manually maintain your packages using Git. That's unsatisfactory, but at least usable.

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

3 participants