summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmExtCode.hs
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-04-22 18:40:20 +0100
committerIan Lynagh <ian@well-typed.com>2013-04-23 20:24:10 +0100
commita496e9aa5f248d950e39181f530cfb8ef15ecdf0 (patch)
treed1753c61e2ccc19874c4830babc66a7266de7a8d /compiler/codeGen/StgCmmExtCode.hs
parented9895d02a158442e14f9a73a5335488cbabdb2b (diff)
downloadhaskell-a496e9aa5f248d950e39181f530cfb8ef15ecdf0.tar.gz
Make CmmParse abstract
Diffstat (limited to 'compiler/codeGen/StgCmmExtCode.hs')
-rw-r--r--compiler/codeGen/StgCmmExtCode.hs2
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,