Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Error: While constructing the build plan, the following exceptions were encountered:
- In the dependencies for hakyll-4.12.4.0:
- containers-0.6.0.1 from stack configuration does not match >=0.3 && <0.6 (latest matching
- version is 0.5.11.0)
- lrucache must match >=1.1.1 && <1.3, but the stack configuration has no specified version
- (latest matching version is 1.2.0.1)
- pandoc-2.5 from stack configuration does not match >=2.0.5 && <2.3 (latest matching
- version is 2.2.3.2)
- pandoc-citeproc-0.15.0.1 from stack configuration does not match >=0.14 && <0.15 (latest
- matching version is 0.14.8.1)
- yaml-0.11.0.0 from stack configuration does not match >=0.8.11 && <0.11 (latest matching
- version is 0.10.4.0)
- needed since hakyll is a build target.
- Some different approaches to resolving this:
- * 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 /home/abhinav/.stack/global-project/stack.yaml:
- containers-0.5.11.0@sha256:28ad7337057442f75bc689315ab4ec7bdf5e6b2c39668f306672cecd82c02798
- lrucache-1.2.0.1@sha256:18fc3d7052012c7ab3cd395160f34b53c5e1ec5379cc45185baf35b90ffadc2e
- pandoc-2.2.3.2@sha256:a1e13fe803b8010f5589ee1390983428415e3eae3ed303a26bc940c106873586
- pandoc-citeproc-0.14.8.1@sha256:0029b39a9ec99e5e69088ace2e963a1d6bb1dfc395b050ca493049ff6ca7a7d0
- yaml-0.10.4.0@sha256:faaef7251bf05095ab34a3e716cfb4aaa3775aa23e38471ab8e8f44e59040b8f
- Plan construction failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement