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

Resolving dependencies on Windows #17

Closed
khalid-hussain opened this issue Jan 20, 2016 · 1 comment
Closed

Resolving dependencies on Windows #17

khalid-hussain opened this issue Jan 20, 2016 · 1 comment

Comments

@khalid-hussain
Copy link

I'm getting the following error on Windows. I've installed it from source, installed GraphViz, and set the path for the latter's bin directory as well; I know it is working as dot -V gives me correct output.

Resolving dependencies...
cabal.exe: Could not resolve dependencies:
trying: erd-0.1.3.0 (user goal)
next goal: base (dependency of erd-0.1.3.0)
rejecting: base-4.8.2.0/installed-140... (conflict: erd => base==4.7.*)
rejecting: base-4.8.1.0, 4.8.0.0, 4.7.0.2, 4.7.0.1, 4.7.0.0, 4.6.0.1, 4.6.0.0,
4.5.1.0, 4.5.0.0, 4.4.1.0, 4.4.0.0, 4.3.1.0, 4.3.0.0, 4.2.0.2, 4.2.0.1,
4.2.0.0, 4.1.0.0, 4.0.0.0, 3.0.3.2, 3.0.3.1 (global constraint requires
installed instance)
Dependency tree exhaustively searched.

I've also tried running the command after using the cabal update command. Any ideas?

Thanks for your time.

@BurntSushi
Copy link
Owner

Dupe of #14 unfortunately.

I need to try a release again. When I tried before, the new version of GHC wasn't compatible with all dependencies (graphviz in particular) and I saw no easy way to fix it. Maybe this has changed.

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