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

Handle attempt to use non-existing resolver #436

Merged
merged 1 commit into from Jun 27, 2015

Conversation

zudov
Copy link
Contributor

@zudov zudov commented Jun 27, 2015

The old behaviour is described in #434

The new behaviour looks as follows:

Downloading lts-42.0 build plan ...SnapshotNotFound "lts-42.0"
Non existing resolver: "lts-42.0".
For a complete list of available snapshots see https://www.stackage.org/snapshots

Resolves #434

The old behaviour is described in commercialhaskell#434

The new behavior looks as follows:

    Downloading lts-42.0 build plan ...SnapshotNotFound "lts-42.0"
    Non existing resolver: "lts-42.0".
    For a complete list of available snapshots see https://www.stackage.org/snapshots
snoyberg added a commit that referenced this pull request Jun 27, 2015
Handle attempt to use non-existing resolver
@snoyberg snoyberg merged commit 2231c7b into commercialhaskell:master Jun 27, 2015
@snoyberg
Copy link
Contributor

Looks great, thanks!

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

Successfully merging this pull request may close these issues.

Specifying non-existing resolver results in StatusCodeException (404)
2 participants