ghcup-hs/TODO.md

17 lines
654 B
Markdown
Raw Normal View History

2020-01-16 22:27:38 +00:00
# TODOs and Remarks
* handling of SIGTERM and SIGUSR
* add support for RC/alpha/HEAD versions
* redo/rethink how tool tags works
2020-01-17 00:50:23 +00:00
* mirror support
2020-01-17 22:30:37 +00:00
* checksums
2020-01-16 22:27:38 +00:00
2020-01-17 22:30:37 +00:00
* --copy-compiler-tools
2020-01-17 00:50:23 +00:00
* installing multiple versions in parallel?
2020-01-16 22:27:38 +00:00
* 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
2020-01-17 22:30:37 +00:00
* 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?