From e920be8291b7dc9ea2c4306d39c6293e6bac3677 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 17 Jan 2020 23:30:37 +0100 Subject: [PATCH] More TODO --- TODO.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 8437aa7..c8a7049 100644 --- a/TODO.md +++ b/TODO.md @@ -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?