diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-04-22 18:40:20 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-04-23 20:24:10 +0100 |
commit | a496e9aa5f248d950e39181f530cfb8ef15ecdf0 (patch) | |
tree | d1753c61e2ccc19874c4830babc66a7266de7a8d /compiler/codeGen/StgCmmExtCode.hs | |
parent | ed9895d02a158442e14f9a73a5335488cbabdb2b (diff) | |
download | haskell-a496e9aa5f248d950e39181f530cfb8ef15ecdf0.tar.gz |
Make CmmParse abstract
Diffstat (limited to 'compiler/codeGen/StgCmmExtCode.hs')
-rw-r--r-- | compiler/codeGen/StgCmmExtCode.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmExtCode.hs b/compiler/codeGen/StgCmmExtCode.hs index f73122bf89..941fef0e3b 100644 --- a/compiler/codeGen/StgCmmExtCode.hs +++ b/compiler/codeGen/StgCmmExtCode.hs @@ -10,7 +10,7 @@ -- back in circularly (to avoid a two-pass algorithm). module StgCmmExtCode ( - CmmParse(..), + CmmParse, unEC, Named(..), Env, loopDecls, |