summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmm.hs
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@mit.edu>2013-08-08 14:46:29 -0700
committerEdward Z. Yang <ezyang@mit.edu>2013-09-01 18:46:08 -0700
commit5f98d44d8617756971cf47c040f2556de4e98f63 (patch)
treed9e67dde20e768339b0ecdb112e1af0e4ed7e518 /compiler/codeGen/StgCmm.hs
parentb05caa77c9af88e5e603e929750ae0f6db2f063a (diff)
downloadhaskell-5f98d44d8617756971cf47c040f2556de4e98f63.tar.gz
Explicit import lists for StgCmmProf.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
Diffstat (limited to 'compiler/codeGen/StgCmm.hs')
-rw-r--r--compiler/codeGen/StgCmm.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmm.hs b/compiler/codeGen/StgCmm.hs
index 9b1bce4b57..bf950c4158 100644
--- a/compiler/codeGen/StgCmm.hs
+++ b/compiler/codeGen/StgCmm.hs
@@ -11,7 +11,7 @@ module StgCmm ( codeGen ) where
#define FAST_STRING_NOT_NEEDED
#include "HsVersions.h"
-import StgCmmProf
+import StgCmmProf (initCostCentres, ldvEnter)
import StgCmmMonad
import StgCmmEnv
import StgCmmBind