-
Notifications
You must be signed in to change notification settings - Fork 156
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
Release new version with relaxed requirement on base
to hackage
#14
Comments
I'm also bumping into this issue: $ brew install install ghc cabal-install
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.10.2
$ cabal update
$ cabal install erd
Resolving dependencies...
cabal: 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.1.0/installed-075... (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. |
@andruby did you find any solution? |
This is where I got stuck last time: #8 (comment) |
I cloned the repo and built it from source as explained on the readme. Then copied |
Hi. I'm also getting this same issue with ghc 7.10.1. What is the correct version of ghc to use? Also, I don't have the option to configure and make, because that's suggesting the dependencies are missing (following the directions in the readme to clone from git). |
@BurntSushi I didn't test it but the changelog of Graphviz says, it is now compatible to 7.10.* |
Both installing |
Confirming that
|
I can confirm that |
Currently
erd
as published to hackage (version 0.1.3.0) can not be installed out of the box on 7.10.The text was updated successfully, but these errors were encountered: