diff options
author | Edward Z. Yang <ezyang@mit.edu> | 2013-08-08 14:46:29 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@mit.edu> | 2013-09-01 18:46:08 -0700 |
commit | 5f98d44d8617756971cf47c040f2556de4e98f63 (patch) | |
tree | d9e67dde20e768339b0ecdb112e1af0e4ed7e518 /compiler/codeGen/StgCmmForeign.hs | |
parent | b05caa77c9af88e5e603e929750ae0f6db2f063a (diff) | |
download | haskell-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.hs | 2 |
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 |