[commit: ghc] master: Export alwaysQualifyPackages and neverQualifyPackages. (4a9b40d)

git at git.haskell.org git at git.haskell.org
Wed Jul 22 20:03:50 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/4a9b40d17b07f5d4397e787506c5413e72f215ff/ghc

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

commit 4a9b40d17b07f5d4397e787506c5413e72f215ff
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Tue Jul 21 17:09:38 2015 -0700

    Export alwaysQualifyPackages and neverQualifyPackages.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

4a9b40d17b07f5d4397e787506c5413e72f215ff
 compiler/utils/Outputable.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compiler/utils/Outputable.hs b/compiler/utils/Outputable.hs
index 36ac627..2bed1d1 100644
--- a/compiler/utils/Outputable.hs
+++ b/compiler/utils/Outputable.hs
@@ -61,6 +61,7 @@ module Outputable (
         reallyAlwaysQualify, reallyAlwaysQualifyNames,
         alwaysQualify, alwaysQualifyNames, alwaysQualifyModules,
         neverQualify, neverQualifyNames, neverQualifyModules,
+        alwaysQualifyPackages, neverQualifyPackages,
         QualifyName(..), queryQual,
         sdocWithDynFlags, sdocWithPlatform,
         getPprStyle, withPprStyle, withPprStyleDoc,



More information about the ghc-commits mailing list