diff options
| author | naur@post11.tele.dk <unknown> | 2010-12-19 21:25:30 +0000 |
|---|---|---|
| committer | naur@post11.tele.dk <unknown> | 2010-12-19 21:25:30 +0000 |
| commit | daee7323b13a3f35cead6b94092adbcdfdcad568 (patch) | |
| tree | b7f6d9b239994fc316e4dc70a7b9af09e5d77899 /compiler | |
| parent | 157964f0700f510c75bc10f3ebfc5cfce95b8227 (diff) | |
| download | haskell-daee7323b13a3f35cead6b94092adbcdfdcad568.tar.gz | |
Fix error compiling AsmCodeGen.lhs for PPC Mac (rtsPackageId)
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/nativeGen/AsmCodeGen.lhs | 1 |
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 |
