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

relax upperbound for pandoc to allow building with LTS-8.0 (and GHC-8.0.2) #600

Closed
mantkiew opened this issue Feb 13, 2017 · 2 comments
Closed

Comments

@mantkiew
Copy link
Contributor

mantkiew commented Feb 13, 2017

The latest Stackage LTS-8.0 contains pandoc-1.19.2.1, which causes the following error:

$ cat /..../stack/global-project/stack.yaml
extra-deps:
  - sendfile-0.7.9
  - filestore-0.6.3.1
  - json-0.9.1
  - recaptcha-0.1.0.3
  - uri-0.1.6.4
resolver: lts-8.0

$ stack install gitit-0.12.2

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

In the dependencies for gitit-0.12.2(+highlighting +https +network-uri +plugins):
    pandoc-1.19.2.1 must match >=1.12.4 && <1.19 (latest applicable is 1.18)

Plan construction failed.
@jgm
Copy link
Owner

jgm commented Feb 14, 2017 via email

@mantkiew
Copy link
Contributor Author

Thanks! Confirming the build works with stack/LTS-8.0 and cabal new-build/ghc-8.0.2 on Windows.

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