webdevred/Get Supported GHC Version

Finds the latest GHC version that supports the base upper bound in your package.yaml file.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
package-yaml-pathPath to package.yaml (default: package.yaml in repo root)nopackage.yaml
validate-lower-boundSet to "true" to fail, or "warn" to emit a warning without failing, if the base lower bound covers GHC major versions with breaking changes below the minimum version in tested-withnofalse
namedescription
max-ghc-versionThe GHC version to install
ghc-versionDeprecated - use max-ghc-version instead
min-ghc-versionThe oldest GHC version whose base satisfies the lower bound in package.yaml
ghc-versionsJSON array of all compatible GHC versions, sorted newest first