[commit: packages/Cabal] ghc-head: Refactor D.S.SrcDist.prepareTree. (dd361cc)

git at git.haskell.org git at git.haskell.org
Mon Aug 26 23:23:57 CEST 2013


Repository : ssh://git@git.haskell.org/Cabal

On branch  : ghc-head
Link       : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=dd361cc87067dd9f43ea96922746691542031f7b

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

commit dd361cc87067dd9f43ea96922746691542031f7b
Author: Mikhail Glushenkov <the.dead.shall.rise at gmail.com>
Date:   Wed May 1 00:41:25 2013 +0200

    Refactor D.S.SrcDist.prepareTree.
    
    Separate listing package sources from copying them over. Allows us to remove a
    bunch of code from 'D.C.Sandbox.Timestamp'.


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

dd361cc87067dd9f43ea96922746691542031f7b
 Cabal/Distribution/Simple/Haddock.hs               |    3 +-
 Cabal/Distribution/Simple/SrcDist.hs               |  267 ++++++++++----------
 Cabal/Distribution/Simple/Utils.hs                 |   72 ++++--
 cabal-install/Distribution/Client/Sandbox.hs       |    3 +-
 .../Distribution/Client/Sandbox/Timestamp.hs       |   57 +----
 5 files changed, 189 insertions(+), 213 deletions(-)

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

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc dd361cc87067dd9f43ea96922746691542031f7b




More information about the ghc-commits mailing list