agda-pkg icon indicating copy to clipboard operation
agda-pkg copied to clipboard

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

Open Ailrun opened this issue 3 years ago • 3 comments

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.

Ailrun avatar May 25 '21 17:05 Ailrun

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

jg-fisher avatar Oct 23 '21 01:10 jg-fisher

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

anadon avatar Jun 16 '22 02:06 anadon

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

Ailrun avatar Jun 16 '22 02:06 Ailrun