summaryrefslogtreecommitdiff
path: root/compiler/main/GhcMake.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/main/GhcMake.hs')
-rw-r--r--compiler/main/GhcMake.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/main/GhcMake.hs b/compiler/main/GhcMake.hs
index 25b6467f7a..7cc52768c7 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"