diff options
Diffstat (limited to 'compiler/nativeGen/SPARC/Ppr.hs')
-rw-r--r-- | compiler/nativeGen/SPARC/Ppr.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/nativeGen/SPARC/Ppr.hs b/compiler/nativeGen/SPARC/Ppr.hs index 5d6b6f70dc..88b04b952a 100644 --- a/compiler/nativeGen/SPARC/Ppr.hs +++ b/compiler/nativeGen/SPARC/Ppr.hs @@ -39,7 +39,8 @@ import PprBase import Cmm hiding (topInfoTable) import PprCmm() import CLabel -import Hoopl +import Hoopl.Label +import Hoopl.Collections import Unique ( Uniquable(..), pprUniqueAlways ) import Outputable |