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

not installable from stackage #7

Open
simonmichael opened this issue Jan 2, 2018 · 1 comment
Open

not installable from stackage #7

simonmichael opened this issue Jan 2, 2018 · 1 comment

Comments

@simonmichael
Copy link

With lts-10.0 configured as global resolver, stack install is currently failing:

~$ stack install tweet-hs

Error: While constructing the build plan, the following exceptions were encountered:

In the dependencies for tweet-hs-1.0.1.33:
    composition-prelude must match -any, but the stack configuration has no specified version (latest matching version is 0.1.1.4)
    htoml-megaparsec must match -any, but the stack configuration has no specified version (latest matching version is 1.0.1.11)
needed since tweet-hs is a build target.

Some potential ways to resolve this:

  * Recommended action: try adding the following to your extra-deps in /Users/simon/.stack/global-project/stack.yaml:

- composition-prelude-0.1.1.4
- htoml-megaparsec-1.0.1.11

  * Set 'allow-newer: true' to ignore all version constraints and build anyway.

  * You may also want to try using the 'stack solver' command.

Plan construction failed.
@quesada
Copy link

quesada commented Jan 20, 2019

Can confirm.

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

2 participants