Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f5ce9b62545dc1ea8da62cd5ff5b5ad7e93e9f44 >--------------------------------------------------------------- commit f5ce9b62545dc1ea8da62cd5ff5b5ad7e93e9f44 Author: Duncan Coutts <[email protected]> Date: Fri May 4 10:46:52 2007 +0000 Use user installs by default So it "Just Works"tm without needing extra options or sudo fiddling. If you care you can still do sudo fiddling and --global-install >--------------------------------------------------------------- .../src/Network/Hackage/CabalInstall/Setup.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cabal-install/src/Network/Hackage/CabalInstall/Setup.hs b/cabal-install/src/Network/Hackage/CabalInstall/Setup.hs index fdcc460..c97c7d3 100644 --- a/cabal-install/src/Network/Hackage/CabalInstall/Setup.hs +++ b/cabal-install/src/Network/Hackage/CabalInstall/Setup.hs @@ -43,7 +43,7 @@ emptyTempFlags = TempFlags { tempTarPath = Nothing, tempVerbose = 1, -- tempUpgradeDeps = False, - tempUserIns = False, + tempUserIns = True, tempHelp = False } _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
