
#805: Configure fails when AvailablePackage source is RepoTarballPackage
---------------------------------+------------------------------------------
Reporter: dmp | Owner:
Type: defect | Status: closed
Priority: normal | Milestone: cabal-install-0.10
Component: cabal-install tool | Version: 1.10.1.0
Severity: normal | Resolution: fixed
Keywords: | Difficulty: unknown
Ghcversion: | Platform:
---------------------------------+------------------------------------------
Changes (by duncan):
* status: new => closed
* resolution: => fixed
* milestone: => cabal-install-0.10
Comment:
Ok, reproduced it and fixed it. The fix will be in the next cabal-
install-0.10.x release.
As a temporary workaround, use:
{{{
$ cabal install --only-dependencies
$ cabal configure
}}}
{{{
Fri Mar 4 22:13:07 GMT 2011 Duncan Coutts