Skip to content

Instantly share code, notes, and snippets.

@yogsototh
Created July 2, 2012 09:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yogsototh/3032273 to your computer and use it in GitHub Desktop.
Save yogsototh/3032273 to your computer and use it in GitHub Desktop.
cabal hell
cabal-dev install
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: inmanis-0.0.0 (user goal)
trying: http-conduit-1.4.1.10 (dependency of inmanis-0.0.0)
trying: base64-bytestring-0.1.2.0 (dependency of http-conduit-1.4.1.10)
trying: attoparsec-0.10.2.0 (dependency of http-conduit-1.4.1.10)
trying: yesod-test-0.2.1 (dependency of inmanis-0.0.0)
trying: HUnit-1.2.4.2/installed-6a8... (dependency of yesod-test-0.2.1)
next goal: yesod-platform (dependency of inmanis-0.0.0)
rejecting: yesod-platform-1.0.5 (conflict: HUnit==1.2.4.2/installed-6a8...,
yesod-platform => HUnit==1.2.4.3)
rejecting: yesod-platform-1.0.4.2 (conflict: base64-bytestring==0.1.2.0,
yesod-platform => base64-bytestring==0.1.1.1)
rejecting: yesod-platform-1.0.4.1, 1.0.4, 1.0.3.4, 1.0.3.3, 1.0.3.2, 1.0.2,
1.0.1, 1.0.0 (conflict: attoparsec==0.10.2.0, yesod-platform =>
attoparsec==0.10.1.1)
rejecting: yesod-platform-0.10.3, 0.10.2 (conflict: inmanis =>
yesod-platform>=1.0 && <1.1)
% cabal install attoparsec==0.10.1.1 base64-bytestring==0.1.1.1 HUnit==1.2.4.3
Resolving dependencies...
All the requested packages are already installed:
HUnit-1.2.4.3
attoparsec-0.10.1.1
base64-bytestring-0.1.1.1
Use --reinstall if you want to reinstall anyway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment