Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cabal silently fails on OS X when installing ekmett/linear #1888

Closed
Mokosha opened this issue May 21, 2014 · 3 comments
Closed

Cabal silently fails on OS X when installing ekmett/linear #1888

Mokosha opened this issue May 21, 2014 · 3 comments

Comments

@Mokosha
Copy link

Mokosha commented May 21, 2014

Running the command cabal install linear fails silently when running on OS X. I've tried to run it in both a blank sandbox and globally, and both fail with the same error message:

$ cabal install linear
Resolving dependencies...
cabal: Could not resolve dependencies:
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.

The same command works on 12.04 Ubuntu Linux without problems.

I am using OS X 10.9.2, GHC 7.7, and cabal 1.20.0.1

@kosmikus
Copy link
Contributor

This is the same as #1855 and fixed in master. Temporary workaround is to say

cabal install linear --constraint="transformers-compat +transformers3"

@Mokosha
Copy link
Author

Mokosha commented May 21, 2014

Thanks! Sorry about the duplicate.

@kosmikus
Copy link
Contributor

@Mokosha No need to apologize. It's not so easy to recognize this as a duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants