From 10f0121649adf4295df16fa526cd25d2fc44ffe9 Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 24 Aug 2001 09:41:27 +0000 Subject: [PATCH] [project @ 2001-08-24 09:41:27 by rrt] Remove unused import of DmdType --- ghc/compiler/basicTypes/IdInfo.lhs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/compiler/basicTypes/IdInfo.lhs b/ghc/compiler/basicTypes/IdInfo.lhs index 8e8d3f8..24dfce3 100644 --- a/ghc/compiler/basicTypes/IdInfo.lhs +++ b/ghc/compiler/basicTypes/IdInfo.lhs @@ -99,8 +99,7 @@ import Demand hiding( Demand ) import qualified Demand import NewDemand ( Demand(..), Keepity(..), Deferredness(..), DmdResult(..), lazyDmd, topDmd, - StrictSig, mkStrictSig, - DmdType, mkTopDmdType + StrictSig, mkStrictSig, mkTopDmdType ) import Outputable import Util ( seqList ) -- 1.7.10.4