Update TODO

This commit is contained in:
Julian Ospald 2020-04-13 15:21:16 +02:00
parent 78d36bce24
commit 6bbd262818
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 5 additions and 17 deletions

22
TODO.md
View File

@ -2,23 +2,10 @@
## Now ## Now
* travis * ghcup migration
* update static links
* requirements * releases, update download info and bootstrap-haskell
* for ghcup (bootstrap script)
* per tool
* mac build: xattr -cr .
* static binaries
* upgrade plan from old ghcup
* bootstrap-haskell with new ghcup
* add warning to ghcup script about new binary
* make sure smart-dl is not broken
* handle SIGINT better (remove dirs)
* review symlink handling (maybe fixed set of tools?)
## Maybe ## Maybe
@ -28,16 +15,17 @@
## Later ## Later
* i386 support
* add support for RC/alpha/HEAD versions * add support for RC/alpha/HEAD versions
## Cleanups ## Cleanups
* too many decodeutf8
* avoid alternative for IO * avoid alternative for IO
* use plucky or oops instead of Excepts * use plucky or oops instead of Excepts
## Questions ## Questions
* fully static musl builds for linux?
* mirror support * mirror support
* interactive handling when distro doesn't exist and we know the tarball is incompatible? * 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? * ghcup-with wrapper to execute a command with a given ghc in PATH?