Skip to content

Fix parsing issues with 'ghcup run' and non-PVP versions

Julian Ospald requested to merge ghcup-run-improvements into master

This is a major refactor of some CLI code. We try to distinguish GHC versions from other versions, so that we can use distinct parsers.

Hopefully this doesn't introduce new bugs.

This also forces ghcup run to use the new internal ~/.ghcup/tmp dir. This should fix #329 (comment 441695)


@agustinmista

Edited by Julian Ospald

Merge request reports