yesodweb/yesod-scaffold

Scaffolding failed on stack resolver: nightly-2017-02-06 (ghc-8.0.2)

lambdalainen opened this issue · 3 comments

Since LTS for GHC 8.0.2 is coming soon, it would be nice to see yesod new working with it. At the moment with the nightly version of the stack resolver I got:

Resolver 'nightly-2017-02-06' does not have all the packages to match your requirements.
    directory version 1.3.0.0 found
        - my-project requires >=1.1 && <1.3
    Using package flags:
        - my-project: dev = False, library-only = False

This may be resolved by:
    - Using '--solver' to ask cabal-install to generate extra-deps, atop the chosen snapshot.
    - Using '--omit-packages to exclude mismatching package(s).
    - Using '--resolver' to specify a matching snapshot/resolver

OK, this is now fixed in both this repo and stack-templates.

Great, thanks!