Advertisement
arkoinad

Untitled

Jan 14th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1.  
  2. Error: While constructing the build plan, the following exceptions were encountered:
  3.  
  4. In the dependencies for hakyll-4.12.4.0:
  5. containers-0.6.0.1 from stack configuration does not match >=0.3 && <0.6 (latest matching
  6. version is 0.5.11.0)
  7. lrucache must match >=1.1.1 && <1.3, but the stack configuration has no specified version
  8. (latest matching version is 1.2.0.1)
  9. pandoc-2.5 from stack configuration does not match >=2.0.5 && <2.3 (latest matching
  10. version is 2.2.3.2)
  11. pandoc-citeproc-0.15.0.1 from stack configuration does not match >=0.14 && <0.15 (latest
  12. matching version is 0.14.8.1)
  13. yaml-0.11.0.0 from stack configuration does not match >=0.8.11 && <0.11 (latest matching
  14. version is 0.10.4.0)
  15. needed since hakyll is a build target.
  16.  
  17. Some different approaches to resolving this:
  18.  
  19. * Consider trying 'stack solver', which uses the cabal-install solver to attempt to find
  20. some working build configuration. This can be convenient when dealing with many
  21. complicated constraint errors, but results may be unpredictable.
  22.  
  23. * Recommended action: try adding the following to your extra-deps
  24. in /home/abhinav/.stack/global-project/stack.yaml:
  25.  
  26. containers-0.5.11.0@sha256:28ad7337057442f75bc689315ab4ec7bdf5e6b2c39668f306672cecd82c02798
  27. lrucache-1.2.0.1@sha256:18fc3d7052012c7ab3cd395160f34b53c5e1ec5379cc45185baf35b90ffadc2e
  28. pandoc-2.2.3.2@sha256:a1e13fe803b8010f5589ee1390983428415e3eae3ed303a26bc940c106873586
  29. pandoc-citeproc-0.14.8.1@sha256:0029b39a9ec99e5e69088ace2e963a1d6bb1dfc395b050ca493049ff6ca7a7d0
  30. yaml-0.10.4.0@sha256:faaef7251bf05095ab34a3e716cfb4aaa3775aa23e38471ab8e8f44e59040b8f
  31.  
  32. Plan construction failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement