Advertisement
JoelSjogren

Untitled

Dec 7th, 2020
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. box% stack install profunctor-optics
  2.  
  3. Error: While constructing the build plan, the following exceptions were encountered:
  4.  
  5. In the dependencies for profunctor-optics-0.0.2:
  6. coapplicative must match >=0.0.1 && <0.2, but the stack configuration has no specified version (no package with that name found,
  7. perhaps there is a typo in a package's build-depends or an omission from the stack.yaml packages list?)
  8. lawz must match >=0.1.1 && <0.2, but the stack configuration has no specified version (latest matching version is 0.1.1)
  9. rings must match >=0.1.3 && <0.1.4, but the stack configuration has no specified version (latest matching version is 0.1.3)
  10. needed since profunctor-optics is a build target.
  11.  
  12. Some different approaches to resolving this:
  13.  
  14. * Recommended action: try adding the following to your extra-deps in /home/joel/tmp/haskell-playground/stack.yaml:
  15.  
  16. - lawz-0.1.1@sha256:08753bcd245ac05351bd0f6dea2567db1ccaeb5d0ed40e2ddb3f4ae68d759974,1210
  17. - rings-0.1.3@sha256:b016374b1a6dd0af45d689b03bf9bac7ce96d90d85259af3be9b0e706f58664e,1423
  18.  
  19. Plan construction failed.
  20. box% stack install profunctor-optics
  21.  
  22. Error: While constructing the build plan, the following exceptions were encountered:
  23.  
  24. In the dependencies for profunctor-optics-0.0.2:
  25. coapplicative must match >=0.0.1 && <0.2, but the stack configuration has no specified version (no package with that name found,
  26. perhaps there is a typo in a package's build-depends or an omission from the stack.yaml packages list?)
  27. needed since profunctor-optics is a build target.
  28.  
  29. In the dependencies for rings-0.1.3:
  30. magmas must match >=0.0.1 && <1.0, but the stack configuration has no specified version (latest matching version is 0.0.1)
  31. needed due to profunctor-optics-0.0.2 -> rings-0.1.3
  32.  
  33. Some different approaches to resolving this:
  34.  
  35. * Recommended action: try adding the following to your extra-deps in /home/joel/tmp/haskell-playground/stack.yaml:
  36.  
  37. - magmas-0.0.1@sha256:7758649fa9b7b60b8d00920ee2692a16aaf7150b325fb3436c7bcc7fe53b2a09,857
  38.  
  39. Plan construction failed.
  40. box% stack install profunctor-optics
  41.  
  42. Error: While constructing the build plan, the following exceptions were encountered:
  43.  
  44. In the dependencies for profunctor-optics-0.0.2:
  45. coapplicative must match >=0.0.1 && <0.2, but the stack configuration has no specified version (no package with that name found,
  46. perhaps there is a typo in a package's build-depends or an omission from the stack.yaml packages list?)
  47. needed since profunctor-optics is a build target.
  48.  
  49. Some different approaches to resolving this:
  50.  
  51.  
  52. Plan construction failed.
  53. box%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement