summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2015-07-21 17:09:38 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2015-07-22 13:04:04 -0700
commit4a9b40d17b07f5d4397e787506c5413e72f215ff (patch)
tree49c36537c3ccf6bc07f98f28ba7d8fd72b13c506 /compiler
parent144096e1da595a7a612755b5abc7604fcbeb8e6e (diff)
downloadhaskell-4a9b40d17b07f5d4397e787506c5413e72f215ff.tar.gz
Export alwaysQualifyPackages and neverQualifyPackages.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'compiler')
-rw-r--r--compiler/utils/Outputable.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/utils/Outputable.hs b/compiler/utils/Outputable.hs
index 36ac6271be..2bed1d1e4f 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,