Skip to content
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
@fendor

Description

@fendor

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions