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

Keter does not install with newer dependencies #196

Open
neilccbrown opened this issue Jun 14, 2019 · 2 comments
Open

Keter does not install with newer dependencies #196

neilccbrown opened this issue Jun 14, 2019 · 2 comments

Comments

@neilccbrown
Copy link

I tried to install keter today using the installation instructions (on Ubuntu 18.04, but I don't think that relates as it's the cabal dependencies that are a problem). It fails due to changes in a couple of packages that keter depends on. I had to use:

cabal install keter --constraint='http-conduit == 2.1.*' --constraint='fsnotify == 0.2.*'

To get it to build successfully.

@alexander-myltsev
Copy link

@twistedsquare this still fails with

connection-0.3.0 failed during the building phase. The exception was:
ExitFailure 1
http-client-tls-0.2.4.1 depends on connection-0.3.0 which failed to install.
http-conduit-2.1.11 depends on connection-0.3.0 which failed to install.
keter-1.4.3.2 depends on connection-0.3.0 which failed to install.

How to install keter?

@neilccbrown
Copy link
Author

I'm no expert (installed for the first time yesterday!) but I'm guessing you're going to have to dig back through the output to find out why connection-0.3.0 failed. Easiest way is to try the cabal install again; it will probably start with trying to build the library that failed last time, so you'll have less output to sift through.

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