[commit: ghc] master: Export findImportUsage and ImportDeclUsage (2b1adaa)
git at git.haskell.org
git at git.haskell.org
Thu Jul 12 19:05:45 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2b1adaa7817c453df868d928312a9a99a0481eb1/ghc
>---------------------------------------------------------------
commit 2b1adaa7817c453df868d928312a9a99a0481eb1
Author: Matthew Pickering <matthew.pickering at tweag.io>
Date: Thu Jul 12 10:08:01 2018 -0400
Export findImportUsage and ImportDeclUsage
Reviewers: bgamari, alpmestan
Reviewed By: alpmestan
Subscribers: alpmestan, rwbarton, thomie, carter
GHC Trac Issues: #15335
Differential Revision: https://phabricator.haskell.org/D4927
>---------------------------------------------------------------
2b1adaa7817c453df868d928312a9a99a0481eb1
compiler/rename/RnNames.hs | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/compiler/rename/RnNames.hs b/compiler/rename/RnNames.hs
index d377f5e..33d44b9 100644
--- a/compiler/rename/RnNames.hs
+++ b/compiler/rename/RnNames.hs
@@ -20,7 +20,9 @@ module RnNames (
mkChildEnv,
findChildren,
dodgyMsg,
- dodgyMsgInsert
+ dodgyMsgInsert,
+ findImportUsage,
+ ImportDeclUsage
) where
#include "HsVersions.h"
More information about the ghc-commits
mailing list