Guest User

Untitled

a guest
Dec 15th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. $ pwd
  2. /Users/maxim/depot/o/o3/n2o
  3. bash-3.2$ cat stack.yaml
  4. resolver: lts-12.12
  5. packages:
  6. - .
  7. extra-deps:
  8. - n2o-nitro-0.11.2
  9. bash-3.2$ stack build
  10.  
  11. Error: While constructing the build plan, the following exceptions were encountered:
  12.  
  13. Dependency cycle detected in packages:
  14. [n2o,n2o-nitro,n2o]
  15.  
  16. Some different approaches to resolving this:
  17.  
  18. * Consider trying 'stack solver', which uses the cabal-install solver to attempt to find some working build
  19. configuration. This can be convenient when dealing with many complicated constraint errors, but results may
  20. be unpredictable.
  21.  
  22.  
  23. Plan construction failed.
Add Comment
Please, Sign In to add comment