[commit: ghc] master: Package environments (099b767)
git at git.haskell.org
git at git.haskell.org
Tue Jan 13 16:10:07 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/099b76769f02432d8efcd7881348e5f5b6b50787/ghc
>---------------------------------------------------------------
commit 099b76769f02432d8efcd7881348e5f5b6b50787
Author: Edsko de Vries <edsko at well-typed.com>
Date: Mon Jan 12 05:22:22 2015 -0600
Package environments
Summary: Package environments are files with package IDs that indicate which packages should be visible; see entry in user guide for details.
Reviewers: duncan, austin
Reviewed By: duncan, austin
Subscribers: carter, thomie
Differential Revision: https://phabricator.haskell.org/D558
>---------------------------------------------------------------
099b76769f02432d8efcd7881348e5f5b6b50787
compiler/main/CmdLineParser.hs | 8 +--
compiler/main/DynFlags.hs | 118 ++++++++++++++++++++++++++++++++++++++++-
compiler/main/Packages.hs | 11 ++--
compiler/utils/Maybes.hs | 24 +++++++--
docs/users_guide/packages.xml | 86 ++++++++++++++++++++++++++++++
5 files changed, 234 insertions(+), 13 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 099b76769f02432d8efcd7881348e5f5b6b50787
More information about the ghc-commits
mailing list