This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Install.hs: cabal-ghcs shows unsupported GHC versions #1445
Closed
Description
Based on #1436 (comment).
Example:
$ stack install.hs cabal-ghcs
run from: stack
******************************
Found the following GHC paths:
ghc-8.8.1: /opt/ghc/bin/ghc
ghc-8.0.1: /usr/bin/ghc
******************************
Build completed in 0.00s
However, since we do not support these versions, they should not be detected, since these are transitively used to show the help-message.
Bug-fix could be to intersect the found ghc versions with the supported ghc versions, which are obtained by parsing all stack-*.yaml
files in the directory.