Skip to content

Instantly share code, notes, and snippets.

@yasar11732
Created December 16, 2019 19:45
Show Gist options
  • Save yasar11732/9d6cc16ebd0f289e3644eb9276cbaba7 to your computer and use it in GitHub Desktop.
Save yasar11732/9d6cc16ebd0f289e3644eb9276cbaba7 to your computer and use it in GitHub Desktop.
cabal: Could not resolve dependencies:
[__0] trying: base-4.12.0.0/installed-4.1... (user goal)
[__1] trying: bytestring-0.10.10.0 (user goal)
[__2] next goal: directory (user goal)
[__2] rejecting: directory-1.3.4.0, directory-1.3.3.2, directory-1.3.3.1
(constraint from user target requires ==1.3.3.0)
[__2] trying: directory-1.3.3.0/installed-1.3...
[__3] next goal: Win32 (dependency of directory)
[__3] rejecting: Win32-2.6.1.0/installed-2.6... (conflict:
bytestring==0.10.10.0, Win32 => bytestring==0.10.8.2/installed-0.1...)
[__3] rejecting: Win32-2.8.4.0, Win32-2.8.3.0, Win32-2.8.2.0, Win32-2.8.1.0,
Win32-2.8.0.0, Win32-2.7.0.0, Win32-2.6.2.0, Win32-2.6.1.0, Win32-2.6.0.0,
Win32-2.5.4.1, Win32-2.5.3.0, Win32-2.5.2.0, Win32-2.5.1.0, Win32-2.5.0.0,
Win32-2.4.0.0, Win32-2.3.1.1, Win32-2.3.1.0, Win32-2.3.0.2, Win32-2.3.0.1,
Win32-2.3.0.0, Win32-2.2.2.0, Win32-2.2.1.0, Win32-2.2.0.2, Win32-2.2.0.1,
Win32-2.2.0.0, Win32-2.1.0.0, Win32-2.1, Win32-2.5.4.0 (conflict: directory =>
Win32==2.6.1.0/installed-2.6...)
[__3] fail (backjumping, conflict set: Win32, bytestring, directory)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: ghc, directory, Win32, bytestring,
base
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment