-
Notifications
You must be signed in to change notification settings - Fork 134
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 install failure #44
Comments
I'm getting the same problem. |
I'm trying to work through this: https://izbicki.me/blog/gausian-distributions-are-monoids and I get this: Failed to install ConstraintKinds-1.1.0.0 |
It works for me with ghc 7.6.3. Executed this in a sandbox: |
This is also happening to me, using ghc 7.8.4 and cabal 1.22. |
@damienstanton The version on hackage will only run on ghc 7.6. The master branch has a number of significant improvements, however, so that's what I'd recommend using. That should compile with your setup, but you'll first need to install the latest version of subhask (https://github.com/mikeizbicki/subhask) which is not on hackage at all. |
Got it. Thank you for the replies! |
I am attempting to work through the gausian-distributions-are-monoids post as well. I am a Haskell newbie; I am quite unfamiliar with cabal. I attempted |
This will happen sometime this summer, but I'm sorry that I can't be more On Mon, Jun 1, 2015 at 4:50 PM, Malcolm Greaves [email protected]
|
I executed
cabal undate
andcabal install HLearn-algebra
but it keeps trying to install ConstraintKinds-1.1.0.0 which always fails. This is strange since in the repository it asks for >=1.2.0 .The text was updated successfully, but these errors were encountered: