summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-06-22 12:35:02 +0200
committerBen Gamari <ben@smart-cactus.org>2015-07-16 23:12:19 +0200
commitae0e340195b3af8e34daecf4ecd21e571f9ccf74 (patch)
treefac5a5652fa6a194f04e22a39bff775d3ec6c702 /compiler/ghc.mk
parente29c2acce0635565f549c917054203d0237bc803 (diff)
downloadhaskell-ae0e340195b3af8e34daecf4ecd21e571f9ccf74.tar.gz
CoreUtils: Move size utilities to CoreStats
This allows PprCore to use these functions. It will soon do so to enable CoreLint to output size annotations on top-level bindings.
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r--compiler/ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index 0e47887e5c..e1634fda28 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -491,6 +491,7 @@ compiler_stage2_dll0_MODULES = \
CoreUnfold \
CoreUtils \
CoreSeq \
+ CoreStats \
CostCentre \
Ctype \
DataCon \