diff options
Diffstat (limited to 'ghc/compiler/stranal/SaLib.lhs')
-rw-r--r-- | ghc/compiler/stranal/SaLib.lhs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ghc/compiler/stranal/SaLib.lhs b/ghc/compiler/stranal/SaLib.lhs index 20501314da..e3fd7abc05 100644 --- a/ghc/compiler/stranal/SaLib.lhs +++ b/ghc/compiler/stranal/SaLib.lhs @@ -25,7 +25,8 @@ import Id ( nullIdEnv, addOneToIdEnv, growIdEnvList, lookupIdEnv, SYN_IE(IdEnv), GenId{-instance Outputable-} ) -import IdInfo ( StrictnessInfo(..), Demand{-instance Outputable-} ) +import IdInfo ( StrictnessInfo(..) ) +import Demand ( Demand{-instance Outputable-} ) import Outputable ( Outputable(..){-instance * []-} ) import PprType ( GenType{-instance Outputable-} ) import Pretty ( ppStr, ppCat ) @@ -116,7 +117,7 @@ getStrAnalFlags (AbsValEnv flags _) = flags \end{code} \begin{code} -absValFromStrictness :: AnalysisKind -> StrictnessInfo -> AbsVal +absValFromStrictness :: AnalysisKind -> StrictnessInfo bdee -> AbsVal absValFromStrictness anal NoStrictnessInfo = AbsTop |