Ticket #200 (closed defect: fixed)
Can't build for compatibility with Eclipse
| Reported by: | essin@… | Owned by: | dons |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Platform | Keywords: | |
| Cc: |
Description
Eclipse notified that it needed to install some dependencies but the build failed. The next step was to attempt: cabal -v install --force-reinstalls cabal-install
This also failed with the following: Cabal-1.10.2.0 depends on unix-2.3.2.0 which failed to install. HTTP-4000.2.3 depends on unix-2.3.2.0 which failed to install. cabal-install-0.10.2 depends on unix-2.3.2.0 which failed to install. containers-0.4.2.1 depends on deepseq-1.3.0.0 which failed to install. deepseq-1.3.0.0 failed during the building phase. The exception was: ExitFailure? 1 directory-1.1.0.2 depends on unix-2.3.2.0 which failed to install. network-2.3.0.14 depends on unix-2.3.2.0 which failed to install. parsec-3.1.3 depends on deepseq-1.3.0.0 which failed to install. process-1.0.1.5 depends on unix-2.3.2.0 which failed to install. text-0.11.2.2 depends on deepseq-1.3.0.0 which failed to install. unix-2.3.2.0 failed during the building phase.
There is obviously nothing that I can to about this except wait for it to be fixed.
