diff options
Diffstat (limited to 'ghc/compiler/stranal/SaLib.lhs')
-rw-r--r-- | ghc/compiler/stranal/SaLib.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/stranal/SaLib.lhs b/ghc/compiler/stranal/SaLib.lhs index ef42acde13..f09e9c9a61 100644 --- a/ghc/compiler/stranal/SaLib.lhs +++ b/ghc/compiler/stranal/SaLib.lhs @@ -18,7 +18,7 @@ module SaLib ( absValFromStrictness ) where -import Ubiq{-uitous-} +IMP_Ubiq(){-uitous-} import CoreSyn ( CoreExpr(..) ) import Id ( nullIdEnv, addOneToIdEnv, growIdEnvList, |