summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaur@post11.tele.dk <unknown>2010-12-19 21:25:30 +0000
committernaur@post11.tele.dk <unknown>2010-12-19 21:25:30 +0000
commitdaee7323b13a3f35cead6b94092adbcdfdcad568 (patch)
treeb7f6d9b239994fc316e4dc70a7b9af09e5d77899
parent157964f0700f510c75bc10f3ebfc5cfce95b8227 (diff)
downloadhaskell-daee7323b13a3f35cead6b94092adbcdfdcad568.tar.gz
Fix error compiling AsmCodeGen.lhs for PPC Mac (rtsPackageId)
-rw-r--r--compiler/nativeGen/AsmCodeGen.lhs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/nativeGen/AsmCodeGen.lhs b/compiler/nativeGen/AsmCodeGen.lhs
index 68982d0035..3a6d97ffbb 100644
--- a/compiler/nativeGen/AsmCodeGen.lhs
+++ b/compiler/nativeGen/AsmCodeGen.lhs
@@ -87,6 +87,7 @@ import Outputable
import FastString
import UniqSet
import ErrUtils
+import Module
-- DEBUGGING ONLY
--import OrdList