More TODO

This commit is contained in:
Julian Ospald 2020-01-17 23:30:37 +01:00
parent d3072a88b8
commit e920be8291
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 5 additions and 2 deletions

View File

@ -4,10 +4,13 @@
* add support for RC/alpha/HEAD versions
* redo/rethink how tool tags works
* mirror support
* checksums
* --copy-compiler-tools
* installing multiple versions in parallel?
* exception handling (checked exception library? Maybe effects system all the way?)
* how to version and extend the format of the downloads file? Compatibility?
* how to propagate updates? Automatically? Might solve the versioning problem
* installing musl on demand?
* interactive handling when distro doesn't exist and we know the tarball is incompatible?
* ghcup-with wrapper to execute a command with a given ghc in PATH?