summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-05-24 15:03:02 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-05-30 16:44:08 -0400
commit70afa539f9dd51cbcaf26ca7cbde610ac9ff1a81 (patch)
tree5b9f0e82aef8648ff8f179a8ab7cb62dfc2862db
parent8e42e98ec9b75787348672f44916d6f278fd245d (diff)
downloadhaskell-70afa539f9dd51cbcaf26ca7cbde610ac9ff1a81.tar.gz
Export GhcMake.downsweep
This is to enable #10887 as well as to make it possible to test downsweep on its own in the testsuite.
-rw-r--r--compiler/main/GhcMake.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/main/GhcMake.hs b/compiler/main/GhcMake.hs
index c53532a5a8..3e7fd5a62d 100644
--- a/compiler/main/GhcMake.hs
+++ b/compiler/main/GhcMake.hs
@@ -13,6 +13,8 @@ module GhcMake(
depanal,
load, load', LoadHowMuch(..),
+ downsweep,
+
topSortModuleGraph,
ms_home_srcimps, ms_home_imps,