Skip to content

Instantly share code, notes, and snippets.

@r00k
Created February 27, 2015 16:45
Show Gist options
  • Save r00k/941f2e3bcfb2456568d7 to your computer and use it in GitHub Desktop.
Save r00k/941f2e3bcfb2456568d7 to your computer and use it in GitHub Desktop.
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: yosog-0.0.0 (user goal)
rejecting: yosog-0.0.0:!test (global constraint requires opposite flag
selection)
trying: yosog-0.0.0:*test
trying: yesod-test-1.4.3.1 (dependency of yosog-0.0.0:*test)
trying: HUnit-1.2.5.2 (dependency of yesod-test-1.4.3.1)
trying: yesod-static-1.4.0.4 (dependency of yosog-0.0.0)
trying: cryptohash-conduit-0.1.1 (dependency of yesod-static-1.4.0.4)
trying: hashable-1.2.3.1 (dependency of yesod-static-1.4.0.4)
next goal: yesod-platform (user goal)
rejecting: yesod-platform-1.2.13.3, 1.2.13.2, 1.2.13.1, 1.2.13, 1.2.12.4,
1.2.12.3, 1.2.12.2, 1.2.12.1, 1.2.12 (conflict: yesod-static==1.4.0.4,
yesod-platform => yesod-static==1.2.4)
rejecting: yesod-platform-1.2.11 (conflict: yesod-static==1.4.0.4,
yesod-platform => yesod-static==1.2.3)
rejecting: yesod-platform-1.2.10 (conflict: yesod-static==1.4.0.4,
yesod-platform => yesod-static==1.2.2.5)
rejecting: yesod-platform-1.2.9.3, 1.2.9.1, 1.2.9 (conflict:
yesod-static==1.4.0.4, yesod-platform => yesod-static==1.2.2.4)
rejecting: yesod-platform-1.2.8.2, 1.2.8.1, 1.2.8 (conflict:
cryptohash-conduit==0.1.1, yesod-platform => cryptohash-conduit==0.1.0)
rejecting: yesod-platform-1.2.7.2, 1.2.7.1, 1.2.7, 1.2.6.1, 1.2.6, 1.2.5.3
(conflict: yesod-static==1.4.0.4, yesod-platform => yesod-static==1.2.2.1)
rejecting: yesod-platform-1.2.5.2, 1.2.5.1, 1.2.5 (conflict:
yesod-static==1.4.0.4, yesod-platform => yesod-static==1.2.2)
rejecting: yesod-platform-1.2.4.4, 1.2.4.3, 1.2.4.2, 1.2.4.1, 1.2.4 (conflict:
yesod-static==1.4.0.4, yesod-platform => yesod-static==1.2.0.1)
rejecting: yesod-platform-1.2.3, 1.2.2 (conflict: yesod-static==1.4.0.4,
yesod-platform => yesod-static==1.2.0)
rejecting: yesod-platform-1.2.1, 1.2.0.1, 1.2.0 (conflict: hashable==1.2.3.1,
yesod-platform => hashable==1.2.0.7)
rejecting: yesod-platform-1.1.9.2, 1.1.9.1, 1.1.9 (conflict:
hashable==1.2.3.1, yesod-platform => hashable==1.2.0.6)
rejecting: yesod-platform-1.1.8, 1.1.7.2 (conflict: hashable==1.2.3.1,
yesod-platform => hashable==1.2.0.5)
rejecting: yesod-platform-1.1.7.1, 1.1.7, 1.1.6.1 (conflict:
hashable==1.2.3.1, yesod-platform => hashable==1.1.2.5)
rejecting: yesod-platform-1.1.6 (conflict: hashable==1.2.3.1, yesod-platform
=> hashable==1.2.0.2)
rejecting: yesod-platform-1.1.5, 1.1.4.1, 1.1.4, 1.1.3, 1.1.2, 1.1.1
(conflict: hashable==1.2.3.1, yesod-platform => hashable==1.1.2.5)
rejecting: yesod-platform-1.1.0, 1.0.6.1, 1.0.6 (conflict: hashable==1.2.3.1,
yesod-platform => hashable==1.1.2.3)
rejecting: yesod-platform-1.0.5 (conflict: HUnit==1.2.5.2, yesod-platform =>
HUnit==1.2.4.3)
rejecting: yesod-platform-1.0.4.2, 1.0.4.1, 1.0.4, 1.0.3.4, 1.0.3.3, 1.0.3.2
(conflict: HUnit==1.2.5.2, yesod-platform => HUnit==1.2.4.2)
rejecting: yesod-platform-1.0.2, 1.0.1, 1.0.0, 0.10.3, 0.10.2 (conflict:
hashable==1.2.3.1, yesod-platform => hashable==1.1.2.3)
Dependency tree exhaustively searched.
Note: when using a sandbox, all packages are required to have consistent
dependencies. Try reinstalling/unregistering the offending packages or
recreating the sandbox.
@AnandKhinvasara
Copy link

Hey how did you solve this problem. I am getting the same issue so.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment