ghcup-hs/TODO.md

29 lines
622 B
Markdown
Raw Normal View History

2020-03-24 20:04:02 +00:00
# TODOs and Remarks
## Now
2020-04-15 10:54:46 +00:00
* move out GHCup.Version module, bc it's not library-ish
2020-03-25 09:23:22 +00:00
2020-03-24 20:04:02 +00:00
## Maybe
* maybe: changelog Show the changelog of a GHC release (online)
* sign the JSON? (Or check gpg keys?)
* testing (especially distro detection -> unit tests)
## Later
2020-04-13 13:21:16 +00:00
* i386 support
2020-03-24 20:04:02 +00:00
* add support for RC/alpha/HEAD versions
## Cleanups
2020-04-13 13:21:16 +00:00
* too many decodeutf8
2020-03-24 20:04:02 +00:00
* avoid alternative for IO
* use plucky or oops instead of Excepts
## Questions
* mirror support
* 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?