patch applied (cabal): Add new Command abstraction for handling command line args
28 Nov
2007
28 Nov
'07
11:51 a.m.
Fri Nov 16 06:12:25 PST 2007 Duncan Coutts <duncan@haskell.org> * Add new Command abstraction for handling command line args Add instances of it for all existing Cabal commands. This should makes command line handling more regular and hopefully make it easier to override or make derived commands in cabal-install. So far we're only adding code, not modifying existing stuff except renaming some existing internal functions so they do not clash with the new code. A ./Distribution/Simple/Command.hs M ./Distribution/Simple/Setup.hs -13 +542
6836
Age (days ago)
6836
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts