patch applied (cabal): Moved the cabal-setup code to Distribution.SetupWrapper, so that cabal-install can use it. CabalSetup.hs now just calls the setupWrapper function.
[email protected] Thu, 11 Jan 2007 08:07:51 -0800
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <20070111160751.GA7107__16377.3013548509$1168531690$gmane$org@cvs.haskell.org> |
Thu Jan 11 05:05:06 PST 2007 [email protected] * Moved the cabal-setup code to Distribution.SetupWrapper, so that cabal-install can use it. CabalSetup.hs now just calls the setupWrapper function. ./Distribution/Wrapper.hs -> ./Distribution/SetupWrapper.hs M ./Cabal.cabal +1 M ./Distribution/SetupWrapper.hs +131 A ./Distribution/Wrapper.hs M ./cabal-setup/CabalSetup.hs -115 +3