wenkokke / setup-agda

Set up a specific version of Agda for your GitHub Actions workflow.
Other
26 stars 3 forks source link

Package Agda 2.6.4 #196

Closed andreasabel closed 1 year ago

andreasabel commented 1 year ago

Would be great if Agda 2.6.4 was supported. Standard libraries 1.7.1/2 work mostly with Agda 2.6.4, but some modules do not build because they would need --large-indices.
Maybe you want to await 1.7.3 of the library, although installing Agda without the library also has uses.

Update: @MatthewDaggitt just released 1.7.3 of the standard library!

wenkokke commented 1 year ago

My eventual plan is to deprecate this action in favor of a much simpler action which installs agda-python, due to the ease of maintenance: It's much less code, and gets distribution via PyPI for free!

My only concerns are:

I'm looking into solutions for the former. (Ultimately, I believe we should drop the dependency on text-icu.)

The latter, I believe, should be solved by the Agda project, e.g., by supporting an agda pkg install command such that agda pkg install <url to archive> downloads and extracts the archive and adds it to the libraries file.

However, I'm happy to continue supporting the next few releases.

wenkokke commented 1 year ago

This should be working now :)