[commit: packages/Cabal] ghc-head: Add a global '--sandbox-config-file' option. (e921b1d)
git at git.haskell.org
git at git.haskell.org
Mon Aug 26 23:26:41 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=e921b1d6664ac06143851179a5a1f8c7f0e97097
>---------------------------------------------------------------
commit e921b1d6664ac06143851179a5a1f8c7f0e97097
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date: Tue Jun 4 23:43:22 2013 +0200
Add a global '--sandbox-config-file' option.
Allows to specify an alternate location for the sandbox config file
(@cabal.sandbox.config@) instead of the current directory.
Usage: 'cabal --sandbox-config-file=/path/to/config build'.
Fixes #1356.
>---------------------------------------------------------------
e921b1d6664ac06143851179a5a1f8c7f0e97097
cabal-install/Distribution/Client/Sandbox.hs | 177 +++++++++++---------
.../Client/Sandbox/PackageEnvironment.hs | 56 ++++---
cabal-install/Distribution/Client/Setup.hs | 76 +++++----
cabal-install/Main.hs | 17 +-
4 files changed, 178 insertions(+), 148 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 e921b1d6664ac06143851179a5a1f8c7f0e97097
More information about the ghc-commits
mailing list