[Hackage] #518: reconfigure command that uses the previous configure command

#518: reconfigure command that uses the previous configure command ----------------------------+----------------------------------------------- Reporter: guest | Owner: Type: enhancement | Status: new Priority: normal | Milestone: Component: Cabal library | Version: 1.6.0.1 Severity: normal | Keywords: Difficulty: unknown | Ghcversion: Platform: | ----------------------------+----------------------------------------------- Sometimes I make a small change to the .cabal file such as adding an exposed module. Cabal then won't let me build without performing a "cabal configure", however I often have a few flags set, so what I'd like to issue instead is: "cabal reconfigure" which means perform a "cabal configure" with the current set of use flags. This would be similar to, and a complement to bug 294. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/518 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#518: reconfigure command that uses the previous configure command ----------------------------+----------------------------------------------- Reporter: guest | Owner: Type: enhancement | Status: new Priority: normal | Milestone: Component: Cabal library | Version: 1.6.0.1 Severity: normal | Resolution: Keywords: | Difficulty: unknown Ghcversion: | Platform: ----------------------------+----------------------------------------------- Comment (by duncan): I think implementing #294 is the better solution. There's no intrinsic need for you to run reconfigure. What you're really trying to do is build. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/518#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage