Skip to content
New issue

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

Warnings about untested GHC and Cabal #5212

Closed
torgeirsh opened this issue Mar 4, 2020 · 4 comments
Closed

Warnings about untested GHC and Cabal #5212

torgeirsh opened this issue Mar 4, 2020 · 4 comments

Comments

@torgeirsh
Copy link

General summary/comments (optional)

Using the current version of stack (2.1.3) with the current major version of stackage LTS (15) produces the following warnings:

Stack has not been tested with GHC versions above 8.6, and using 8.8.2, this may fail
Stack has not been tested with Cabal versions above 2.4, but version 3.0.1.0 was found, this may fail

It does appear to work otherwise, but it's unclear if LTS 15 is supported by the current version of stack, or if it just works by chance in my specific case and it's better to wait for a new release.

Steps to reproduce

Run stack with resolver set to lts-15.x

Expected

No warnings about untested versions.

Actual

Warnings about untested versions.

Stack version

Version 2.1.3, Git revision 636e3a7 (7735 commits) x86_64 hpack-0.31.2

Method of installation

  • Official binary, downloaded from stackage.org or fpcomplete's package repository
@mklinik
Copy link

mklinik commented Apr 3, 2020

Why does selecting an LTS give me an untested GHC? Shouldn't this be in the nightly or testing resolvers?

@Blaisorblade
Copy link
Collaborator

Blaisorblade commented Apr 6, 2020

This appears fixed by the release candidate 2.3.0.1 thanks to PR #5041. The problem was the lack of a release.
If you want to upgrade to the release candidate (beware it might have other bugs), you can already use stack upgrade --binary-version 2.3.0.1.
(EDITED: merged comments together).

@emilypi
Copy link

emilypi commented Apr 13, 2020

thanks @Blaisorblade this fixes the warning problem at least

@Blaisorblade
Copy link
Collaborator

Now 2.3.1 has been released, also supporting GHC 8.10; you can upgrade with stack upgrade or following the usual docs.

So I'm tentatively closing this. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants