diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-06-22 12:35:02 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-07-16 23:12:19 +0200 |
commit | ae0e340195b3af8e34daecf4ecd21e571f9ccf74 (patch) | |
tree | fac5a5652fa6a194f04e22a39bff775d3ec6c702 /compiler/ghc.mk | |
parent | e29c2acce0635565f549c917054203d0237bc803 (diff) | |
download | haskell-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.mk | 1 |
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 \ |