We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the v1 and v2 generators are dropping 8.0.2 without error when presented with a valid GHC version and 8.0.2
Input:
tested-with: GHC == 7.10.2, GHC == 8.0.2
Output:
matrix: include: - env: CABALVER=1.22 GHCVER=7.10.2 compiler: ": #GHC 7.10.2" addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.2], sources: [hvr-ghc]}}
The text was updated successfully, but these errors were encountered:
good catch!
to be fair, GHC 8.0.2 is an inofficial GHC 8.0.x snapshot... strictly speaking it's not even guaranteed there'll be a proper 8.0.2 release :-)
This is somewhat related to #38
Sorry, something went wrong.
Fwiw, as of 1b6dc0a GHC 8.0.2 is in the list of known versions (for the v2 script at least)
03dd35f
hvr
No branches or pull requests
Currently the v1 and v2 generators are dropping 8.0.2 without error when presented with a valid GHC version and 8.0.2
Input:
Output:
The text was updated successfully, but these errors were encountered: