From 8fe4dbdd4d32e885c476842997ef91ae7fa865d8 Mon Sep 17 00:00:00 2001 From: qrczak Date: Mon, 23 Jul 2001 11:44:15 +0000 Subject: [PATCH] [project @ 2001-07-23 11:44:15 by qrczak] import qualified Demand --- ghc/compiler/basicTypes/IdInfo.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/basicTypes/IdInfo.lhs b/ghc/compiler/basicTypes/IdInfo.lhs index 52a3d5f..b130445 100644 --- a/ghc/compiler/basicTypes/IdInfo.lhs +++ b/ghc/compiler/basicTypes/IdInfo.lhs @@ -96,6 +96,7 @@ import ForeignCall ( ForeignCall ) import FieldLabel ( FieldLabel ) import Type ( usOnce, usMany ) import Demand hiding( Demand ) +import qualified Demand import NewDemand ( Demand(..), Keepity(..), Deferredness(..), DmdResult(..), lazyDmd, topDmd, StrictSig, mkStrictSig, -- 1.7.10.4