[commit: ghc] master: Export function for use in GHC API (1f4fd37)

git at git.haskell.org git at git.haskell.org
Sun Apr 23 16:58:33 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1f4fd37efac4795493677d5df81c83d22eac5f74/ghc

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

commit 1f4fd37efac4795493677d5df81c83d22eac5f74
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Sun Apr 23 18:53:33 2017 +0200

    Export function for use in GHC API


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

1f4fd37efac4795493677d5df81c83d22eac5f74
 compiler/main/GhcMake.hs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compiler/main/GhcMake.hs b/compiler/main/GhcMake.hs
index 25b6467..7cc5276 100644
--- a/compiler/main/GhcMake.hs
+++ b/compiler/main/GhcMake.hs
@@ -26,7 +26,8 @@ module GhcMake(
         findExtraSigImports,
         implicitRequirements,
 
-        noModError, cyclicModuleErr
+        noModError, cyclicModuleErr,
+        moduleGraphNodes, SummaryNode
     ) where
 
 #include "HsVersions.h"



More information about the ghc-commits mailing list