summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-05-24 15:03:02 +0200
committerBen Gamari <ben@well-typed.com>2019-06-03 23:42:11 -0400
commit679d9958d06f4f89ac5b64e5145365e7f288cf1f (patch)
treeffe36751e9fc98e39ef7423a2113894ab4deb38a
parentfa06d1c5bdbba020c5764687c4e627c193c3330b (diff)
downloadhaskell-679d9958d06f4f89ac5b64e5145365e7f288cf1f.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 9a4911f2c1..f8f9b70fa7 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,