summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmForeign.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/StgCmmForeign.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/StgCmmForeign.hs')
-rw-r--r--compiler/codeGen/StgCmmForeign.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmForeign.hs b/compiler/codeGen/StgCmmForeign.hs
index 0b782fffcc..a688074b9e 100644
--- a/compiler/codeGen/StgCmmForeign.hs
+++ b/compiler/codeGen/StgCmmForeign.hs
@@ -18,7 +18,7 @@ module StgCmmForeign (
#include "HsVersions.h"
import StgSyn
-import StgCmmProf
+import StgCmmProf (storeCurCCS, ccsType, curCCS)
import StgCmmEnv
import StgCmmMonad
import StgCmmUtils