You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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.
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.
The text was updated successfully, but these errors were encountered: