Advertisement
Guest User

Untitled

a guest
Oct 5th, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. ~ ❯❯❯ rm -Rf .cabal
  2. ~ ❯❯❯ rm -Rf .ghc
  3. ~ ❯❯❯ cabal new-update ✘ 1
  4. Downloading the latest package list from hackage.haskell.org
  5. ~ ❯❯❯ cabal v2-install hie-bios -w ghc-8.10.2 --dry
  6. Resolving dependencies...
  7. cabal: Could not resolve dependencies:
  8. [__0] trying: hie-bios-0.7.1 (user goal)
  9. [__1] trying: ghc-8.10.1 (dependency of hie-bios)
  10. [__2] next goal: base (dependency of hie-bios)
  11. [__2] rejecting: base-4.14.1.0/installed-4.14.1.0 (conflict: ghc => base<0 &&
  12. ==4.14.*)
  13. [__2] skipping: base-4.14.0.0, base-4.13.0.0, base-4.12.0.0, base-4.11.1.0,
  14. base-4.11.0.0, base-4.10.1.0, base-4.10.0.0, base-4.9.1.0, base-4.9.0.0,
  15. base-4.8.2.0, base-4.8.1.0, base-4.8.0.0, base-4.7.0.2, base-4.7.0.1,
  16. base-4.7.0.0, base-4.6.0.1, base-4.6.0.0, base-4.5.1.0, base-4.5.0.0,
  17. base-4.4.1.0, base-4.4.0.0, base-4.3.1.0, base-4.3.0.0, base-4.2.0.2,
  18. base-4.2.0.1, base-4.2.0.0, base-4.1.0.0, base-4.0.0.0, base-3.0.3.2,
  19. base-3.0.3.1 (has the same characteristics that caused the previous version to
  20. fail: excluded by constraint '<0 && ==4.14.*' from 'ghc')
  21. [__2] fail (backjumping, conflict set: base, ghc, hie-bios)
  22. After searching the rest of the dependency tree exhaustively, these were the
  23. goals I've had most trouble fulfilling: base, ghc, hie-bios
  24.  
  25.  
  26. ~ ❯❯❯ cabal --version ✘ 1
  27. cabal-install version 3.2.0.0
  28. compiled using version 3.2.0.0 of the Cabal library
  29. ~ ❯❯❯ ghc --version
  30. The Glorious Glasgow Haskell Compilation System, version 8.10.2
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement