[Hackage] #796: cabal-install bootstrap.sh looks in user packages when building --global
#796: cabal-install bootstrap.sh looks in user packages when building --global ---------------------------------+------------------------------------------ Reporter: larsv | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: cabal-install tool | Version: HEAD Severity: minor | Keywords: Difficulty: unknown | Ghcversion: Platform: Other Unix | ---------------------------------+------------------------------------------ When invoking cabal-install's bootstrap.sh with the --global flag, it still looks in the user packages for its dependencies. This prevents the script from progressing, as the dependencies are not available as it's building a non-user package. -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/796> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects
#796: cabal-install bootstrap.sh looks in user packages when building --global ---------------------------------+------------------------------------------ Reporter: larsv | Owner: Type: defect | Status: closed Priority: normal | Milestone: Component: cabal-install tool | Version: HEAD Severity: minor | Resolution: fixed Keywords: | Difficulty: unknown Ghcversion: | Platform: Other Unix ---------------------------------+------------------------------------------ Changes (by duncan): * status: new => closed * resolution: => fixed Comment: I think this fixes it, but confirmation would be appreciated (reopen if it's still a problem). {{{ Sun Feb 27 15:26:37 GMT 2011 Duncan Coutts <duncan@community.haskell.org> * Only look at global packages when doing ./bootstrap.sh --global Should fix ticket #796 }}} -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/796#comment:1> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects
participants (1)
-
Hackage