Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6a9192f6f3099aa2d32ed88dccbff76ed27d7094 >--------------------------------------------------------------- commit 6a9192f6f3099aa2d32ed88dccbff76ed27d7094 Author: Pepe Iborra <[email protected]> Date: Thu May 3 14:33:52 2007 +0000 Upgraded to filepath & first steps towards Windows compatibility cabal-install/cabal-install.cabal | 2 +- .../dependencies/filepath-1.0/System/FilePath.hs | 28 + .../filepath-1.0/System/FilePath/Internal.hs | 750 ++++++++++++++++++++ .../filepath-1.0/System/FilePath/Posix.hs | 16 + .../filepath-1.0/System/FilePath/Windows.hs | 16 + .../src/Network/Hackage/CabalInstall/Config.hs | 35 +- .../src/Network/Hackage/CabalInstall/Configure.hs | 8 +- .../src/Network/Hackage/CabalInstall/Fetch.hs | 19 +- .../src/Network/Hackage/CabalInstall/Install.hs | 8 +- .../src/Network/Hackage/CabalInstall/TarUtils.hs | 10 +- .../src/Network/Hackage/CabalInstall/Update.hs | 6 +- 11 files changed, 859 insertions(+), 39 deletions(-) Diff suppressed because of size. To see it, use: git show 6a9192f6f3099aa2d32ed88dccbff76ed27d7094 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
