summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmLayout.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/StgCmmLayout.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/StgCmmLayout.hs')
-rw-r--r--compiler/codeGen/StgCmmLayout.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmLayout.hs b/compiler/codeGen/StgCmmLayout.hs
index 6c6e49dafa..b52d4e57df 100644
--- a/compiler/codeGen/StgCmmLayout.hs
+++ b/compiler/codeGen/StgCmmLayout.hs
@@ -29,7 +29,7 @@ import StgCmmArgRep -- notably: ( slowCallPattern )
import StgCmmTicky
import StgCmmMonad
import StgCmmUtils
-import StgCmmProf
+import StgCmmProf (curCCS)
import MkGraph
import SMRep