Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3d273905dff96e52962dfc2c3aa9d9e08b753f7e >--------------------------------------------------------------- commit 3d273905dff96e52962dfc2c3aa9d9e08b753f7e Author: bjorn <[email protected]> Date: Sat Oct 6 06:35:35 2007 +0000 Store downloaded source code tarballs under the repo directory. This required changing the PkgInfo type from an alias for GenericPackageDescription to a record with a Repo and a GenericPackageDescription. ResolvedPackage and ResolvedDependency also had to be changed to keep a Repo rather than a tarball URL. .../src/Network/Hackage/CabalInstall/Config.hs | 35 +++++++----- .../src/Network/Hackage/CabalInstall/Configure.hs | 5 +- .../src/Network/Hackage/CabalInstall/Dependency.hs | 40 +++++++------- .../src/Network/Hackage/CabalInstall/Fetch.hs | 59 +++++++++----------- .../src/Network/Hackage/CabalInstall/Info.hs | 8 +- .../src/Network/Hackage/CabalInstall/Install.hs | 18 +++--- .../src/Network/Hackage/CabalInstall/List.hs | 14 +++-- .../src/Network/Hackage/CabalInstall/Types.hs | 12 +++- 8 files changed, 99 insertions(+), 92 deletions(-) Diff suppressed because of size. To see it, use: git show 3d273905dff96e52962dfc2c3aa9d9e08b753f7e _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
