Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. $ ghc --version
  2. The Glorious Glasgow Haskell Compilation System, version 8.8.1
  3. $ cabal --version
  4. cabal-install version 3.0.0.0
  5. compiled using version 3.0.0.0 of the Cabal library
  6. $ cabal v2-update
  7. Config file path source is default config file.
  8. Config file /root/.cabal/config not found.
  9. Writing default configuration to /root/.cabal/config
  10. Downloading the latest package list from hackage.haskell.org
  11. $ cabal v2-install pandoc
  12. Resolving dependencies...
  13. cabal: Could not resolve dependencies:
  14. [__0] trying: pandoc-2.7.3 (user goal)
  15. [__1] trying: http-client-tls-0.3.5.3 (dependency of pandoc)
  16. [__2] trying: tls-1.5.1 (dependency of http-client-tls)
  17. [__3] trying: x509-validation-1.6.11 (dependency of tls)
  18. [__4] trying: asn1-encoding-0.9.5 (dependency of tls)
  19. [__5] next goal: base (dependency of pandoc)
  20. [__5] rejecting: base-4.13.0.0/installed-4.1... (conflict: asn1-encoding =>
  21. base>=3 && <4.13)
  22. [__5] rejecting: base-4.12.0.0, base-4.11.1.0, base-4.11.0.0, base-4.10.1.0,
  23. base-4.10.0.0, base-4.9.1.0, base-4.9.0.0, base-4.8.2.0, base-4.8.1.0,
  24. base-4.8.0.0, base-4.7.0.2, base-4.7.0.1, base-4.7.0.0, base-4.6.0.1,
  25. base-4.6.0.0, base-4.5.1.0, base-4.5.0.0, base-4.4.1.0, base-4.4.0.0,
  26. base-4.3.1.0, base-4.3.0.0, base-4.2.0.2, base-4.2.0.1, base-4.2.0.0,
  27. base-4.1.0.0, base-4.0.0.0, base-3.0.3.2, base-3.0.3.1 (constraint from
  28. non-upgradeable package requires installed instance)
  29. [__5] fail (backjumping, conflict set: asn1-encoding, base, pandoc)
  30. Backjump limit reached (currently 4000, change with --max-backjumps or try to
  31. run with --reorder-goals).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement