[commit: Cabal] master: Add a new module for handling user targets (5607297)

Ian Lynagh igloo at earth.li
Fri Jun 24 02:07:35 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/56072979144077d120c01bd2f3d02440868f0cf5

>---------------------------------------------------------------

commit 56072979144077d120c01bd2f3d02440868f0cf5
Author: Duncan Coutts <duncan at community.haskell.org>
Date:   Sun Feb 13 19:41:50 2011 +0000

    Add a new module for handling user targets
    This will allow us to increase the range of targets that cabal
    commands can support. The new ones are local directory targets,
    local cabal files, local tarballs and remote tarballs by URL.
    Also a better way of doing the special "world" target.

 .../Distribution/Client/Dependency/Types.hs        |    1 +
 cabal-install/Distribution/Client/Targets.hs       |  650 ++++++++++++++++++++
 cabal-install/cabal-install.cabal                  |    1 +
 3 files changed, 652 insertions(+), 0 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 56072979144077d120c01bd2f3d02440868f0cf5



More information about the Cvs-libraries mailing list