[Hackage] #307: Allow specifying alternative source and target package databases other than --user and --global

#307: Allow specifying alternative source and target package databases other than --user and --global ----------------------------+----------------------------------------------- Reporter: fons | Owner: Type: enhancement | Status: new Priority: normal | Milestone: Component: Cabal library | Version: 1.2.3.0 Severity: normal | Keywords: Difficulty: normal | Ghcversion: 6.8.2 Platform: | ----------------------------+----------------------------------------------- Sometimes, it is useful to use alternative target/source package databases (e.g. for testing that the installation of a package with custom hooks works, without poisoning the global or user databases). GHC allows doing that through {{{ghc}}}'s and {{{ghc-pkg}}}'s {{{-package- conf}}} flag. However, there's no equivalent in Cabal. Thus, I suggest adding new {{{-package-conf}}} flag to the {{{configure}}}, {{{install}}} and {{{register}}} commands. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/307 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#307: Allow specifying alternative source and target package databases other than --user and --global ----------------------------+----------------------------------------------- Reporter: fons | Owner: Type: enhancement | Status: closed Priority: normal | Milestone: Component: Cabal library | Version: 1.2.3.0 Severity: normal | Resolution: worksforme Keywords: | Difficulty: normal Ghcversion: 6.8.2 | Platform: ----------------------------+----------------------------------------------- Changes (by igloo): * status: new => closed * resolution: => worksforme Comment: This already exists: `./Setup configure --package-db=PATH` -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/307#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage