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

Version bounds #2

Open
Gurkenglas opened this issue Aug 4, 2018 · 1 comment
Open

Version bounds #2

Gurkenglas opened this issue Aug 4, 2018 · 1 comment

Comments

@Gurkenglas
Copy link

Should the version bounds be bumped?

PS C:\Users\gurke\haskell-ide-engine> stack test --only-configure

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

In the dependencies for newtype-deriving-0.1.4:
    template-haskell-2.13.0.0 from stack configuration does not match >=2.7 && <2.11  (latest
                              matching version is 2.10.0.0)
    transformers-0.5.5.0 from stack configuration does not match >=0.3 && <0.5  (latest matching
                         version is 0.4.3.0)
needed due to hie-plugin-api-0.2.2.0 -> newtype-deriving-0.1.4

Some different approaches to resolving this:

  * Set 'allow-newer: true' in C:\sr\config.yaml to ignore all version constraints and build anyway.

  * Consider trying 'stack solver', which uses the cabal-install solver to attempt to find some
    working build configuration. This can be convenient when dealing with many complicated
    constraint errors, but results may be unpredictable.

  * Recommended action: try adding the following to your extra-deps
    in C:\Users\gurke\haskell-ide-engine\stack.yaml:

template-haskell-2.10.0.0@sha256:43c9c16890a1dc86f38fe654d90fed6fd97f88bd07f1c3957ba16ee309bfc694
transformers-0.4.3.0@sha256:60dafcffe8c4fe6f3760426fc35a325c8e6419877596518c76f46657280207a9
@nikita-volkov
Copy link
Owner

I'll accept a PR

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