[commit: Cabal] master: Use Cabal.* namespace, not CabalInstall.* (since its the 'cabal' executable in the end) (181c3e6)
Ian Lynagh
igloo at earth.li
Fri Jun 24 01:46:43 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/181c3e6f522c330f3e898b2e8caeb192276a310f
>---------------------------------------------------------------
commit 181c3e6f522c330f3e898b2e8caeb192276a310f
Author: Don Stewart <dons at galois.com>
Date: Sun Oct 7 15:09:01 2007 +0000
Use Cabal.* namespace, not CabalInstall.* (since its the 'cabal' executable in the end)
cabal-install/src/Cabal.hs | 18 +++++++++
cabal-install/src/CabalInstall.hs | 6 ---
.../Hackage/{CabalInstall => Cabal}/Clean.hs | 6 +-
.../Hackage/{CabalInstall => Cabal}/Config.hs | 10 ++--
.../Hackage/{CabalInstall => Cabal}/Dependency.hs | 8 ++--
.../Hackage/{CabalInstall => Cabal}/Fetch.hs | 10 ++--
.../Hackage/{CabalInstall => Cabal}/Info.hs | 12 +++---
.../Hackage/{CabalInstall => Cabal}/Install.hs | 14 +++---
.../Hackage/{CabalInstall => Cabal}/List.hs | 8 ++--
.../Hackage/{CabalInstall => Cabal}/Main.hs | 22 +++++-----
.../Hackage/{CabalInstall => Cabal}/Setup.hs | 8 ++--
.../Network/Hackage/{CabalInstall => Cabal}/Tar.hs | 40 +++++++++++---------
.../Hackage/{CabalInstall => Cabal}/Types.hs | 4 +-
.../Hackage/{CabalInstall => Cabal}/Update.hs | 10 ++--
.../Hackage/{CabalInstall => Cabal}/Utils.hs | 2 +-
15 files changed, 97 insertions(+), 81 deletions(-)
Diff suppressed because of size. To see it, use:
git show 181c3e6f522c330f3e898b2e8caeb192276a310f
More information about the Cvs-libraries
mailing list