[commit: ghc] ghc-8.6: Export findImportUsage and ImportDeclUsage (423a8ef)

git at git.haskell.org git at git.haskell.org
Thu Jul 12 21:06:53 UTC 2018


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

On branch  : ghc-8.6
Link       : http://ghc.haskell.org/trac/ghc/changeset/423a8eff087b33da7f1077dea5d7e62238bd691b/ghc

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

commit 423a8eff087b33da7f1077dea5d7e62238bd691b
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
    
    (cherry picked from commit 2b1adaa7817c453df868d928312a9a99a0481eb1)


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

423a8eff087b33da7f1077dea5d7e62238bd691b
 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