Skip to content

Add a warning when the installed HLS and GHC versions are not compatible.

Chris Smith requested to merge cdsmith/ghcup-hs:master into master

This is triggered when:

  1. The user has just set either the GHC or HLS version.
  2. There is an HLS version set (so some GHC version is compatible).
  3. There is a GHC version.
  4. The HLS version doesn't support that GHC version.

Fixes #234 (closed)

Merge request reports