Guest User

Untitled

a guest
Dec 8th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. $ stack solver --resolver lts-7.12
  2. Using configuration file: stack.yaml
  3. Using cabal packages:
  4. - html-parse.cabal
  5.  
  6. Using resolver: lts-7.12
  7. Using compiler: ghc-8.0.1
  8. Asking cabal to calculate a build plan...
  9. Trying with packages from lts-7.12 as hard constraints...
  10. Attempt failed.
  11.  
  12. >>>> Cabal errors begin
  13. cabal.exe: Could not resolve dependencies:
  14. next goal: html-parse (user goal)
  15. rejecting: html-parse-0.2.0.0, 0.1.0.0 (global constraint requires ==0.0.0.3)
  16. trying: html-parse-0.0.0.3
  17. next goal: hunit (dependency of html-parse-0.0.0.3)
  18. Dependency tree exhaustively searched.
  19. <<<< Cabal errors end
  20.  
  21. Could not parse cabal-install errors:
  22.  
  23. >>>> Cabal errors begin
  24. cabal.exe: Could not resolve dependencies:
  25. next goal: html-parse (user goal)
  26. rejecting: html-parse-0.2.0.0, 0.1.0.0 (global constraint requires ==0.0.0.3)
  27. trying: html-parse-0.0.0.3
  28. next goal: hunit (dependency of html-parse-0.0.0.3)
  29. Dependency tree exhaustively searched.
  30. <<<< Cabal errors end
Add Comment
Please, Sign In to add comment